Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Sets the owner or the group of an item.
Syntax
HRESULT SetOwner(
[in] PTRUSTEEW pOwner,
[in] PTRUSTEEW pGroup
);
Parameters
[in] pOwner
The address of the TRUSTEE structure for the owner.
[in] pGroup
The address of the TRUSTEE structure for the group.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
The SetOwner method is not implemented by CLSID_DCOMAccessControl.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | iaccess.h |