IAccessControl::SetOwner (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.