Startup_PowerOnNotification (Windows CE 5.0)
This function notifies the Startui component that the startup dialog is about to be made visible.
void Startup_PowerOnNotification( HWNDhwndDlg);
Parameters
- hwndDlg
Handle of the startup dialog.
Return Values
None.
Remarks
This function is not required to do anything — it is simply a notification for the Startui component when the device is powered on.
The sample code posts a WM_TIMER message to the startup dialog to force the date and time display to update.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Startui.h.
See Also
Startup_WantStartupScreen | Startup_DlgProc
Send Feedback on this topic to the authors