Share via


Startup_WantStartupScreen (Windows Embedded CE 6.0)

1/6/2010

This function is called to determine whether the startup screen should be displayed.

Syntax

BOOL Startup_WantStartupScreen(void); 

Return Value

Returns TRUE if the startup dialog should appear; otherwise, returns FALSE.

Remarks

This function usually reads registry settings controlled by the user to determine whether a startup dialog should appear. You can call this function to run when a machine is powering off, so that the system can display the startup screen more quickly when powering on.

Requirements

Header startui.h
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

Startup User Interface Functions
Startup_Initialize
Startup_DlgProc