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

RESOURCE (Constants)
 
.
Summary
RESOURCE* constants

C# Constants:

/* Scope */
const UInt32 RESOURCE_CONNECTED = 0x00000001;
const UInt32 RESOURCE_GLOBALNET = 0x00000002;
const UInt32 RESOURCE_REMEMBERED = 0x00000003;

/* Type */
const UInt32 RESOURCETYPE_ANY = 0x00000000;
const UInt32 RESOURCETYPE_DISK = 0x00000001;
const UInt32 RESOURCETYPE_PRINT = 0x00000002;

/* Usage */
const UInt32 RESOURCEUSAGE_CONNECTABLE = 0x00000001;
const UInt32 RESOURCEUSAGE_CONTAINER = 0x00000002;
const UInt32 RESOURCEUSAGE_RESERVED = 0x80000000;

/* Type */
const UInt32 RESOURCEDISPLAYTYPE_GENERIC = 0x00000000;
const UInt32 RESOURCEDISPLAYTYPE_DOMAIN = 0x00000001;
const UInt32 RESOURCEDISPLAYTYPE_SERVER = 0x00000002;
const UInt32 RESOURCEDISPLAYTYPE_SHARE = 0x00000003;
const UInt32 RESOURCEDISPLAYTYPE_FILE = 0x00000004;
const UInt32 RESOURCEDISPLAYTYPE_GROUP = 0x00000005;
const UInt32 RESOURCEDISPLAYTYPE_TREE = 0x0000000A;

VB Constants:

TODO

 

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