[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;
}
Structure GROUP_POLICY_OBJECT
Public TODO
End Structure
None.
None.