4/8/2010
This enumeration enumerates input panel states.
Syntax
enum {
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
| Header | shellapi.h |
| Library | aygshell.lib |
| Windows Embedded CE | Windows CE 3.0 and later |
| Windows Mobile | Pocket PC 2000 and later |
| Note | Aygshell.h on Pocket PC 2000 and Pocket PC 2002 |