IGPMGPO::GetSecurityInfo method (gpmgmt.h)
Retrieves the set of permissions for the GPO, such as who is granted permission to edit it.
Syntax
HRESULT GetSecurityInfo(
[out] IGPMSecurityInfo **ppSecurityInfo
);
Parameters
[out] ppSecurityInfo
Address of a pointer to the IGPMSecurityInfo interface.
Return value
C++
Returns S_OK if successful. Returns a failure code if an error occurs.JScript
Returns a reference to a GPMSecurityInfo object.VB
Returns a reference to a GPMSecurityInfo object.Remarks
For more information about policy-related permissions, see IGPM::CreatePermission.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | gpmgmt.h |
DLL | Gpmgmt.dll |