Startup_PowerOnNotification
This function notifies the Startui component that the startup dialog is about to be made visible.
void Startup_PowerOnNotification(
HWND hwndDlg
);
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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.