Share via


SIPSTATE

Send Feedback

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

Pocket PC: Pocket PC 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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.