@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The GROUP_POLICY_OBJECT structure provides information about a GPO in a GPO list. !!!!C# Definition: [StructLayout(LayoutKind.Sequential)] private struct GROUP_POLICY_OBJECT { public int dwOptions; public int dwVersion; public string lpDSPath; public string lpDisplayName; [MarshalAs(UnmanagedType.ByValArray, SizeConst=50)] public byte [] szGPOName; public int GPOLink; public int lParam; public IntPtr pNext; // point to a GPO public IntPtr pPrev; public string lpExtensions; public int lParam2; public string lpLink; } !!!!VB Definition: Structure GROUP_POLICY_OBJECT Public TODO End Structure !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: http://msdn2.microsoft.com/en-us/library/aa374173.aspx
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.