Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method sets the owner or the group of an item.
HRESULT SetOwner(PTRUSTEEWpOwner,PTRUSTEEWpGroup);
Parameters
- pOwner
[in] Address of the PTRUSTEEW variable that contains a pointer to the owner's TRUSTEE structure for the item. - pGroup
[in] Address of the PTRUSTEEW variable that contains a pointer to the group's TRUSTEEW structure for the item.
Return Values
None.
Remarks
The IaccessControl::SetOwner method is not implemented by CLSID_DCOMAccessControl.
To determine whether the platform supports this interface, see Determining Supported COM APIs.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: IAccess.h.
Link Library: Ole32.lib, Uuid.lib.
Send Feedback on this topic to the authors