Share via


Startup_WantStartupScreen (Windows CE 5.0)

Send Feedback

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

BOOL Startup_WantStartupScreen(void);

Return Values

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

OS Versions: Windows CE 2.10 and later.
Header: Startui.h.

See Also

Startup_Initialize | Startup_DlgProc

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.