IGPMStarterGPO::GetSecurityInfo method (gpmgmt.h)

Retrieves the set of permissions for the Starter 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

Returns S_OK if successful. Returns a failure code if an error occurs.

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

See also

IGPMStarterGPO