SHInputDialog (Windows CE 5.0)

Send Feedback

This function is used with an input dialog box. This is any dialog box where the input panel should remain raised, regardless of where the input focus is. When the dialog box is activated, the input panel will be raised, and when it is deactivated, the input panel will be lowered.

Syntax

void SHInputDialog(  HWND hwnd,  UINT uMsg,  WPARAM wParam);

Parameters

  • hwnd
    [in] Handle to the dialog box window.
  • uMsg
    [in] Current message the dialog box procedure is processing.
  • wParam
    [in] Specifies the wParam of the current message.

Return Values

None.

Remarks

This function should be called at the top of your window procedure, before processing the current message.

Requirements

Pocket PC: Pocket PC 2000 and later
OS Versions: Windows CE 3.0 and later
Header: aygshell.h
Library: aygshell.lib

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.