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 "SHARE_INFO_502" in [All]

advapi32

.

    struct SHARE_INFO_502

.

            SHARE_INFO_502 shareInfo = (SHARE_INFO_502)Marshal.PtrToStructure(bufptr, typeof(SHARE_INFO_502));

Structures

.

        SHARE_INFO_502 shareInfo = (SHARE_INFO_502)Marshal.PtrToStructure(ptr, typeof(SHARE_INFO_502));

.

    public struct SHARE_INFO_502

.

Structure SHARE_INFO_502

.
Documentation
[SHARE_INFO_502] on MSDN

netapi32

.

        ref SHARE_INFO_502 buf,

.

        private struct SHARE_INFO_502

.

This function will take as it's third parameter, a number of structures. The second parameter defines which level the third parameter structure is. Acceptable structures are SHARE_INFO_2, SHARE_INFO_502, and under Windows 9x/ME, SHARE_INFO_50.

.

    SHARE_INFO_502 info = new SHARE_INFO_502();

.

            public struct SHARE_INFO_502

.

IntPtr pBuffer = (IntPtr)Marshal.SizeOf(typeof(SHARE_INFO_502));


 
Access PInvoke.net directly from VS: