OOBE_COMPLETED_CALLBACK callback function

Application-defined callback function used with the RegisterWaitUntilOOBECompleted function.

Syntax


VOID CALLBACK OOBE_COMPLETED_CALLBACK(
   _In_opt_ PVOID CallbackContext
);

Parameters

CallbackContext

Pointer to the callback context. This is the value passed to the RegisterWaitUntilOOBECompleted function as the CallbackContext parameter.

Return value

This callback function does not return a value.

Remarks

Once the callback function has completed, UnregisterWaitUntilOOBECompleted should be called.

Requirements

Header

Oobenotification.h

 

 

Community Additions

ADD
Show: