Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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

See Also

Reference

Shell Enumerations