OOBEComplete function

Determines whether OOBE (Windows Welcome) has been completed.

Syntax


BOOL WINAPI OOBEComplete(
  _Out_ PBOOL OOBEComplete
);

Parameters

OOBEComplete [out]

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

Header

Oobenotification.h

Library

Kernel32.lib

DLL

Kernel32.dll

 

 

Community Additions

ADD
Show: