Skip to content

Latest commit

 

History

History
79 lines (63 loc) · 3.23 KB

nf-azroles-iazapplication-deletepolicyreader.md

File metadata and controls

79 lines (63 loc) · 3.23 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.IAzApplication.DeletePolicyReader
IAzApplication::DeletePolicyReader (azroles.h)
The DeletePolicyReader method of IAzApplication removes the specified security identifier in text form from the list of principals that act as policy readers.
AzApplication object [Security]
DeletePolicyReader method
DeletePolicyReader
DeletePolicyReader method [Security]
DeletePolicyReader method [Security]
AzApplication object
DeletePolicyReader method [Security]
IAzApplication interface
IAzApplication interface [Security]
DeletePolicyReader method
IAzApplication.DeletePolicyReader
IAzApplication::DeletePolicyReader
azroles/IAzApplication::DeletePolicyReader
security.iazapplication_deletepolicyreader
security\iazapplication_deletepolicyreader.htm
security
aec8b5c4-3c5e-4b91-a10f-40ef05beca1f
03/20/2023
AzApplication object [Security],DeletePolicyReader method, DeletePolicyReader, DeletePolicyReader method [Security], DeletePolicyReader method [Security],AzApplication object, DeletePolicyReader method [Security],IAzApplication interface, IAzApplication interface [Security],DeletePolicyReader method, IAzApplication.DeletePolicyReader, IAzApplication::DeletePolicyReader, azroles/IAzApplication::DeletePolicyReader, security.iazapplication_deletepolicyreader
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
IAzApplication::DeletePolicyReader
azroles/IAzApplication::DeletePolicyReader
c++
APIRef
kbSyntax
COM
Azroles.dll
IAzApplication.DeletePolicyReader
AzApplication.DeletePolicyReader

IAzApplication::DeletePolicyReader

-description

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

-parameters

-param bstrReader [in]

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

-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 readers for an object can read attributes for the object and for child objects of the object. Readers can also use the policy; for example, readers can call the AccessCheck method. Readers cannot modify the object or its child objects.

To view the list of policy readers, use the PolicyReaders property.

-see-also

AccessCheck

PolicyReaders