IGPMSOM::GetSecurityInfo method (gpmgmt.h)

Returns an object that represents the collection of GPMPermission objects for the scope of management (SOM).

Syntax

HRESULT GetSecurityInfo(
  [out] IGPMSecurityInfo **ppSecurityInfo
);

Parameters

[out] ppSecurityInfo

Address of a pointer to an 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.

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

GPMPermission

IGPMSOM

IGPMSecurityInfo