OOBE_COMPLETED_CALLBACK callback function (oobenotification.h)

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