IAsynchronousNotifyingChangeApplierTarget::RevokeCallback

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

NoteNote

This interface is now obsolete.


HRESULT RevokeCallback(
  IAsynchronousNotifyingChangeApplierTargetCallback * pAsyncCallback);

pAsyncCallback

[in] The callback interface to release.

  • S_OK

  • Provider-determined error codes

Show: