次の方法で共有


Startup_PowerOnNotification (Windows Embedded CE 6.0)

1/6/2010

This function notifies the Startui component that the startup dialog is about to be made 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 — 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

Header startui.h
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

Startup User Interface Functions
Startup_WantStartupScreen
Startup_DlgProc