Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
ResourceType (Enums)
.
Summary
The type of resource. This member can be one of the following values defined in the Winnetwk.h header file.
Summary
TODO - a short description
C# Definition:
private enum ResourceType : uint
{
Any = 0x0,
Disk = 0x1,
Print = 0x2,
Reserved = 0x8,
Unknown = 0xffffffffu
}
VB.NET Definition:
Private Enum ResourceType As UInteger
Any = &H0
Disk = &H1
Print = &H2
Reserved = &H8
Unknown = &HFFFFFFFFUI
End Enum
Notes:
None.
Documentation
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!