GROUP_INFO_1 (Structures)
Last changed: anonymous

.
Summary
The GROUP_INFO_1 structure contains a global group name and a comment to associate with the group.

C# Definition:

[StructLayout(LayoutKind.Sequential)]
private struct GROUP_INFO_1
{
    [MarshalAs(UnmanagedType.LPWStr)]
    public string grpi1_name;
    [MarshalAs(UnmanagedType.LPWStr)]
    public string grpi1_comment;
}

VB Definition:

Structure GROUP_INFO_1
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation