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

ResourceDisplaytype (Enums)
 
.
Summary
The display options for the network object in a network browsing user interface. This member can be one of the following values defined in the Winnetwk.h header file.

C# Definition:

private enum ResourceDisplayType : uint
{
    Generic = 0x0,
    Domain = 0x1,
    Server = 0x2,
    Share = 0x3,
    File = 0x4,
    Group = 0x5,
    Network = 0x6,
    Root = 0x7,
    ShareAdmin = 0x8,
    Directory = 0x9,
    Tree = 0xa,
    NDSContainer = 0xb
}

VB Definition:

Private Enum ResourceDisplayType As UInteger
    Generic = &H0
    Domaim = &H1
    Server = &H2
    Share = &H3
    File = &H4
    Group = &H5
    Network = &H6
    Root = &H7
    ShareAdmin = &H8
    Directory = &H9
    Tree = &HA
    NDSContainer = &HB
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