Edit

oobenotification.h header

This header is used by OOBE APIs for setup state and notification. For more information, see:

oobenotification.h contains the following programming interfaces:

Functions

 
OOBEComplete

Determines whether OOBE (Windows Welcome) has been completed.
RegisterWaitUntilOOBECompleted

Registers a callback to be called once OOBE (Windows Welcome) has been completed.
UnregisterWaitUntilOOBECompleted

Unregisters the callback previously registered via RegisterWaitUntilOOBECompleted.

Callback functions

 
OOBE_COMPLETED_CALLBACK

Application-defined callback function used with the RegisterWaitUntilOOBECompleted function.