AtlGetOwnerSid

Call this function to retrieve the owner security identifier (SID) of an object.

inline bool AtlGetOwnerSid(
   HANDLE hObject,
   SE_OBJECT_TYPE ObjectType,
   CSid* pSid 
) throw(...);

Parameters

  • hObject
    Handle to the object from which to retrieve security information.

  • ObjectType
    Specifies a value from the SE_OBJECT_TYPE enumeration that indicates the type of object identified by the hObject parameter.

  • pSid
    Pointer to a CSid object which will contain the new security information.

Return Value

Returns true on success, false on failure.

Requirements

Header: atlsecurity.h

See Also

Reference

AtlSetOwnerSid

CSid Class

Other Resources

Security Global Functions