OOBEComplete function (oobenotification.h)

Determines whether OOBE (Windows Welcome) has been completed.

Syntax

BOOL OOBEComplete(
  [out] PBOOL isOOBEComplete
);

Parameters

[out] isOOBEComplete

Pointer to a variable that will receive the completion of OOBE upon success.

Return value

TRUE if the OOBE completion state was successfully set. Otherwise, FALSE if OOBE completion state was not set. If FALSE, GetLastError will retrieve extended error information.

Requirements

Requirement Value
Target Platform Windows
Header oobenotification.h
Library Kernel32.lib
DLL Kernel32.dll