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.
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.
Summary
TODO - a short description
C# Definition:
private enum ResourceDisplayType : uint
{
Generic = 0x0,
Domain = 0x1,
Domaim = 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!