Share via


IAsynchronousNotifyingChangeApplierTarget::RevokeCallback

Indicates that the specified callback interface should no longer be used and that all references to it must be released.

HRESULT RevokeCallback(
  IAsynchronousNotifyingChangeApplierTargetCallback * pAsyncCallback);

Parameters

  • pAsyncCallback
    [in] The callback interface to release.

Return Value

  • S_OK

  • Provider-determined error codes

See Also

Reference

IAsynchronousNotifyingChangeApplierTarget Interface