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

Structures

.

        public struct LOCALGROUP_MEMBERS_INFO_2

.

Structure LOCALGROUP_MEMBERS_INFO_2

.
Documentation
[LOCALGROUP_MEMBERS_INFO_2] on MSDN

netapi32

.

            public struct LOCALGROUP_MEMBERS_INFO_2

.

                LOCALGROUP_MEMBERS_INFO_2[] Members = new LOCALGROUP_MEMBERS_INFO_2[EntriesRead];

.

                    Members[i] = (LOCALGROUP_MEMBERS_INFO_2)Marshal.PtrToStructure(iter, typeof(LOCALGROUP_MEMBERS_INFO_2));

.

                    iter = (IntPtr)((int)iter + Marshal.SizeOf(typeof(LOCALGROUP_MEMBERS_INFO_2)));


 
Access PInvoke.net directly from VS: