Partager via


Startup_WantStartupScreen

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.