Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

ResourceType (Enums)
 
.
Summary
The type of resource. This member can be one of the following values defined in the Winnetwk.h header file.

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!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions