Skip to content

Latest commit

 

History

History
79 lines (63 loc) · 3.25 KB

nf-azroles-iazauthorizationstore-submit.md

File metadata and controls

79 lines (63 loc) · 3.25 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.IAzAuthorizationStore.Submit
IAzAuthorizationStore::Submit (azroles.h)
Persists changes made to the AzAuthorizationStore object.
AzAuthorizationStore object [Security]
Submit method
IAzAuthorizationStore interface [Security]
Submit method
IAzAuthorizationStore.Submit
IAzAuthorizationStore::Submit
Submit
Submit method [Security]
Submit method [Security]
AzAuthorizationStore object
Submit method [Security]
IAzAuthorizationStore interface
azroles/IAzAuthorizationStore::Submit
security.azauthorizationstore_submit
security\azauthorizationstore_submit.htm
security
bf2962af-0e8f-4c4c-a63a-dfd623308e4d
03/20/2023
AzAuthorizationStore object [Security],Submit method, IAzAuthorizationStore interface [Security],Submit method, IAzAuthorizationStore.Submit, IAzAuthorizationStore::Submit, Submit, Submit method [Security], Submit method [Security],AzAuthorizationStore object, Submit method [Security],IAzAuthorizationStore interface, azroles/IAzAuthorizationStore::Submit, security.azauthorizationstore_submit
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
IAzAuthorizationStore::Submit
azroles/IAzAuthorizationStore::Submit
c++
APIRef
kbSyntax
COM
Azroles.dll
AzAuthorizationStore.Submit
IAzAuthorizationStore.Submit

IAzAuthorizationStore::Submit

-description

The Submit method persists changes made to the AzAuthorizationStore object.

-parameters

-param lFlags [in]

Flags that modify the behavior of the Submit method. The default value is zero. If the AZ_SUBMIT_FLAG_ABORT flag is specified, the changes to the object are discarded and the object is updated to match the underlying policy store.

-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

Any additions or modifications to an AzAuthorizationStore object are not persisted until the Submit method is called. The Delete method automatically submits changes.

The Submit method does not extend to child objects; child objects must be individually persisted to the policy store. A created AzAuthorizationStore object must be submitted before it can be referenced or become a parent object. The destructor for an object silently discards unsubmitted changes.

-see-also

AzAuthorizationStore

Delete