次の方法で共有


Startup_DlgProc (Windows Embedded CE 6.0)

1/6/2010

This is the dialog procedure for the startup dialog.

Syntax

BOOL Startup_DlgProc( 
  HWND hDlg, 
  UINT message, 
  WPARAM wParam, 
  LPARAM lParam 
);

Parameters

  • hDlg
    Handle of the dialog.
  • message
    Unsigned integer that contains a Microsoft® Windows® message (for example, WM_CLOSE).
  • wParam
    Short integer containing a message-specific parameter.
  • lParam
    Long integer containing a message-specific parameter.

Return Value

Same as those defined for all dialog procedures.

Requirements

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

See Also

Reference

Startup User Interface Functions
Startup_Initialize