SHInputDialog

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.

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

Parameters

  • hwnd
    [in] Handle to the dialog box window handle.
  • 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

OS Versions: Windows CE .NET 4.2 and later.
Header: Aygshell.h.
Link Library: Aygshell.lib.

See Also

AYGShell Functions

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.