Skip to content

Latest commit

 

History

History
85 lines (69 loc) · 3.3 KB

nf-azroles-iazscope-deletepolicyadministrator.md

File metadata and controls

85 lines (69 loc) · 3.3 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:azroles.IAzScope.DeletePolicyAdministrator
IAzScope::DeletePolicyAdministrator (azroles.h)
The DeletePolicyAdministrator method of IAzScope removes the specified security identifier in text form from the list of principals that act as policy administrators.
AzScope object [Security]
DeletePolicyAdministrator method
DeletePolicyAdministrator
DeletePolicyAdministrator method [Security]
DeletePolicyAdministrator method [Security]
AzScope object
DeletePolicyAdministrator method [Security]
IAzScope interface
IAzScope interface [Security]
DeletePolicyAdministrator method
IAzScope.DeletePolicyAdministrator
IAzScope::DeletePolicyAdministrator
azroles/IAzScope::DeletePolicyAdministrator
security.iazscope_deletepolicyadministrator
security\iazscope_deletepolicyadministrator.htm
security
23077da5-5475-45c6-87c0-b38f6c05d386
03/20/2023
AzScope object [Security],DeletePolicyAdministrator method, DeletePolicyAdministrator, DeletePolicyAdministrator method [Security], DeletePolicyAdministrator method [Security],AzScope object, DeletePolicyAdministrator method [Security],IAzScope interface, IAzScope interface [Security],DeletePolicyAdministrator method, IAzScope.DeletePolicyAdministrator, IAzScope::DeletePolicyAdministrator, azroles/IAzScope::DeletePolicyAdministrator, security.iazscope_deletepolicyadministrator
azroles.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Azroles.lib
Azroles.dll
Windows
Windows Server 2003 Administration Tools Pack on Windows XP
19H1
IAzScope::DeletePolicyAdministrator
azroles/IAzScope::DeletePolicyAdministrator
c++
APIRef
kbSyntax
COM
Azroles.dll
IAzScope.DeletePolicyAdministrator
AzScope.DeletePolicyAdministrator

IAzScope::DeletePolicyAdministrator

-description

The DeletePolicyAdministrator method removes the specified security identifier (SID) in text form from the list of principals that act as policy administrators.

-parameters

-param bstrAdmin [in]

Text form of the SID to remove from the list of policy administrators.

-param varReserved [in, optional]

Reserved for future use.

-returns

If the method succeeds, it will return S_OK. Any other HRESULT value indicates that the operation failed.

-remarks

Policy administrators for an object can perform the following tasks:

  • Read the object
  • Write attributes to the object
  • Read attributes of child objects of the object
  • Write attributes to child objects of the object
  • Delete the object
  • Delete child objects of the object
  • Create child objects of the object

To view the list of policy administrators, use the PolicyAdministrators property.

-see-also

PolicyAdministrators