IAsynchronousNotifyingChangeApplierTarget::RegisterCallback
Registers a callback interface the provider must use to send notification that a method has finished.
Note
This method is now obsolete.
HRESULT RegisterCallback(
IAsynchronousNotifyingChangeApplierTargetCallback * pAsyncCallback);
Parameters
- pAsyncCallback
[in] The callback interface to save.
Return Value
S_OK
Provider-determined error codes
Remarks
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.