ResourceType Enumeration
Specifies a resource type of a resource table.
Used by
FindResource(SafeModuleHandle, IntPtr, ResourceType),
FindResourceEx(SafeModuleHandle, ResourceType, IntPtr, UInt16) and
UpdateResource(SafeModuleHandle, ResourceType, IntPtr, UInt16, IntPtr, UInt32) function.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Enumeration ResourceType
Dim instance As ResourceType
public enum class ResourceType
No code example is currently available or this language may not be supported.
Cursor |
1 |
Hardware-dependent cursor resource.
|
Bitmap |
2 |
Bitmap resource.
|
Icon |
3 |
Hardware-dependent icon resource.
|
Menu |
4 |
Menu resource.
|
Dialog |
5 |
Dialog box.
|
String |
6 |
String-table entry.
|
FontDirectory |
7 |
Font directory resource.
|
Font |
8 |
Font resource.
|
Accelerator |
9 |
Accelerator table.
|
ResourceData |
10 |
Application-defined resource (raw data).
|
MessageTable |
11 |
Message-table entry.
|
GroupCursor |
12 |
Hardware-independent cursor resource.
|
GroupIcon |
14 |
Hardware-independent icon resource.
|
Version |
16 |
Version resource.
|
DialogInclude |
17 |
Allows a resource editing tool to associate a string with an .rc file.
Typically, the string is the name of the header file that provides symbolic names.
The resource compiler parses the string but otherwise ignores the value.
|
PlugAndPlay |
19 |
Plug and Play resource.
|
Vxd |
20 |
VXD.
|
AnimatedCursor |
21 |
Animated cursor.
|
AnimatedIcon |
22 |
Animated icon.
|
Html |
23 |
HTML resource.
|
Manifest |
24 |
Side-by-Side Assembly Manifest.
|