LOCALGROUP_INFO_1 (Structures)
Last changed: anonymous

.
Summary
TODO - a short description

C# Definition:

        [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
        public struct LOCALGROUP_INFO_1
        {
            [MarshalAs(UnmanagedType.LPWStr)] public string lgrpi1_name;
            [MarshalAs(UnmanagedType.LPWStr)] public string lgrpi1_comment;
        }

VB Definition:

Structure LOCALGROUP_INFO_1
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation