Desktop Functions: Smart Device Functions:
|
Search Results for "DFS_INFO_3" in [All]Structures1: DFS_INFO_3
netapi322: NetDfsEnum
Public Structure DFS_INFO_3
struct DFS_INFO_3
DFS_INFO_3 _infoLevel3 = (DFS_INFO_3) Marshal.PtrToStructure(buffer, typeof(DFS_INFO_3));
DFS_INFO_3 _infoLevel3 = (DFS_INFO_3) Marshal.PtrToStructure(buffer, typeof(DFS_INFO_3));
Public Structure DFS_INFO_3
Public Structure _DFS_INFO_3
Dim b As New _DFS_INFO_3
b = CType(Marshal.PtrToStructure(bufPtf, GetType(_DFS_INFO_3)), _DFS_INFO_3) |