IAzOperation::Submit method (azroles.h)

The Submit method persists changes made to the IAzOperation object.

Syntax

HRESULT Submit(
  [in, optional] LONG    lFlags,
  [in, optional] VARIANT varReserved
);

Parameters

[in, optional] lFlags

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.

[in, optional] varReserved

Reserved for future use.

Return value

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 IAzOperation object are not persisted until the Submit method is called.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header azroles.h
Library Azroles.lib
DLL Azroles.dll
Redistributable Windows Server 2003 Administration Tools Pack on Windows XP

See also

IAzOperation