SIPSTATE

This enumeration enumerates input panel states.

Syntax

typedef enum tagSIPSTATE {
  SIP_UP           = 0,
  SIP_DOWN,
  SIP_FORCEDOWN,
  SIP_UNCHANGED,
  SIP_INPUTDIALOG
} SIPSTATE;

Enumerators

  • SIP**_**UP
    Specifies a raised input panel.
  • SIP**_**DOWN
    Specifies a lowered input panel.
  • SIP**_**FORCEDOWN
    Specifies the input panel to be forced down regardless of the last message.
  • SIP**_**UNCHANGED
    Specifies the input panel to remain unchanged despite forthcoming messages.
  • SIP**_**INPUTDIALOG
    Specifies that a dialog is an input dialog, and subsequent calls to SIP_DOWN will be ignored.

Requirements

Pocket PC: Windows Mobile 2000 and later
OS Versions: Windows CE 3.0 and later
Header: shellapi.h (aygshell.h on Pocket PC 2000 and Pocket PC 2002)
Library: aygshell.lib

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.