@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm 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: GROUP_INFO_1@msdn on MSDN
Edit Structures.GROUP_...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.