ResourceDisplayType (Enums)
Last changed: -98.203.228.160

.
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