DFS_STORAGE_INFO (Structures)
Last changed: pernyga@hotmail.com-213.199.128.148

.
Summary
TODO - a short description

C# Definition:

[StructLayout(LayoutKind.Sequential, CharSet=CharSet.Unicode)]
struct DFS_STORAGE_INFO {
    public int State;    // State of this storage, one of DFS_STORAGE_STATE_*, possibly OR'd with DFS_STORAGE_STATE_ACTIVE        
    [MarshalAs(UnmanagedType.LPWStr)] public string ServerName; // Name of server hosting this storage
    [MarshalAs(UnmanagedType.LPWStr)] public string ShareName;    // Name of share hosting this storage
}

VB Definition:

Structure DFS_STORAGE_INFO
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

See sample in NetDfsGetInfo

Documentation