ISecurityInformation::GetObjectInformation method (aclui.h)

The GetObjectInformation method requests information that the access control editor uses to initialize its pages and to determine the editing options available to the user.

Syntax

HRESULT GetObjectInformation(
  [out] PSI_OBJECT_INFO pObjectInfo
);

Parameters

[out] pObjectInfo

A pointer to an SI_OBJECT_INFO structure. Your implementation must fill this structure to pass information back to the access control editor.

Return value

Returns S_OK if successful.

Returns a nonzero error code if an error occurs.

Remarks

The system does not free the string pointers that you return in the SI_OBJECT_INFO structure.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header aclui.h

See also

Access Control Editor

Access Control Editor Functions

ISecurityInformation

SI_OBJECT_INFO