Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Application-defined callback function used with the RegisterWaitUntilOOBECompleted function.
Syntax
OOBE_COMPLETED_CALLBACK OobeCompletedCallback;
void OobeCompletedCallback(
PVOID CallbackContext
)
{...}
Parameters
CallbackContext
Pointer to the callback context. This is the value passed to the RegisterWaitUntilOOBECompleted function as the CallbackContext parameter.
Return value
None
Remarks
Once the callback function has completed, UnregisterWaitUntilOOBECompleted should be called.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | oobenotification.h |