Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Registers a callback interface the provider must use to send notification that a method has finished.
Note
This method is now obsolete.
Syntax
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.