IAsynchronousNotifyingChangeApplierTarget::RegisterCallback

Registers a callback interface the provider must use to send notification that a method has finished.

NoteNote

This method is now obsolete.


HRESULT RegisterCallback(
  IAsynchronousNotifyingChangeApplierTargetCallback * pAsyncCallback);

pAsyncCallback

[in] The callback interface to save.

  • S_OK

  • Provider-determined error codes

Because an IAsynchronousNotifyingChangeApplierTarget object processes its methods asynchronously, it must call the appropriate completion method in pAsyncCallback to notify the change applier that any of its methods has finished.

Show: