Platform SDK: Access Control

ISecurityInformation::GetObjectInformation

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.

HRESULT GetObjectInformation(
  PSI_OBJECT_INFO pObjectInfo
);

Parameters

pObjectInfo
[out] Pointer to an SI_OBJECT_INFO structure. Your implementation must fill this structure to pass information back to the access control editor.

Return Values

Return S_OK if successful.

Return 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

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Aclui.h.

See Also

Access Control Editor Overview, Access Control Editor Interfaces, SI_OBJECT_INFO