Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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