Startup_PowerOffWhileStartupActiveNotification (Windows Embedded CE 6.0)
1/6/2010
This function notifies the Startui component that power is being turned off while the startup dialog is visible.
Syntax
void Startup_PowerOnNotification(
HWND hwndDlg
);
Parameters
- hwndDlg
Handle of the startup dialog.
Return Value
None.
Remarks
This function is not required to do anything.
The sample code uses this function to hide the date and time display so that the stale information will not be visible when the power comes back on.
Requirements
Header | startui.h |
Windows Embedded CE | Windows CE 2.10 and later |
See Also
Reference
Startup User Interface Functions
Startup_PowerOnNotification