Share via


Startup_DlgProc (Windows CE 5.0)

Send Feedback

This is the dialog procedure for the startup dialog.

BOOL Startup_DlgProc( HWND hDlg,UINT message,WPARAMwParam,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 Values

Same as those defined for all dialog procedures.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Startui.h.

See Also

Startup_Initialize

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.