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

Search Results for "DFS_STORAGE_INFO" in [All]

Structures

.

struct DFS_STORAGE_INFO {

.

Structure DFS_STORAGE_INFO

.
Documentation
[DFS_STORAGE_INFO] on MSDN

netapi32

.

    Public Structure DFS_STORAGE_INFO

.

    struct DFS_STORAGE_INFO

.

    DFS_STORAGE_INFO storage = new DFS_STORAGE_INFO();

.

            IntPtr pStorage = new IntPtr(_infoLevel3.Storage.ToInt64() + 0 * Marshal.SizeOf(typeof(DFS_STORAGE_INFO)));

.

            storage = (DFS_STORAGE_INFO) Marshal.PtrToStructure(pStorage, typeof(DFS_STORAGE_INFO));

.

    DFS_STORAGE_INFO storage = new DFS_STORAGE_INFO();

.

            IntPtr pStorage = new IntPtr(_infoLevel3.Storage.ToInt64() + 0 * Marshal.SizeOf(typeof(DFS_STORAGE_INFO)));

.

            storage = (DFS_STORAGE_INFO) Marshal.PtrToStructure(pStorage, typeof(DFS_STORAGE_INFO));

.

    Public Structure DFS_STORAGE_INFO

.

     Public Structure _DFS_STORAGE_INFO

.

                IntPtr pStorage = new IntPtr(info.Storage.ToInt64() + i * Marshal.SizeOf(typeof(DFS_STORAGE_INFO)));

.

                DFS_STORAGE_INFO storage = (DFS_STORAGE_INFO)Marshal.PtrToStructure(pStorage, typeof(DFS_STORAGE_INFO));

.

    Dim c As New _DFS_STORAGE_INFO

.

       c = CType(Marshal.PtrToStructure(bufPtf2, GetType(_DFS_STORAGE_INFO)), _DFS_STORAGE_INFO)


 
Access PInvoke.net directly from VS: