SIMTEXT (Windows Embedded CE 6.0)
1/6/2010
This structure is used for SIM_NOTIFY_DISPLAYTEXT, SIM_GETINPUT, and SIM_GETINKEY, SIM_SETUPIDLEMODETEXT messages.
Syntax
typedef struct simtext_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwFlags;
DWORD dwMinResponse;
DWORD dwMaxResponse;
DWORD dwTextSize;
DWORD dwTextOffset;
DWORD dwDefaultTextSize;
DWORD dwDefaultTextOffset;
DWORD dwIconIdentifier;
DWORD dwIconQualifier;
} SIMTEXT, FAR *LPSIMTEXT;
Members
- cbSize
Indicates the structure size, in bytes.
- dwParams
Specifies a bitfield that indicates which structure fields are valid for a given message.
dwFlags
Can be any of the following values.Value Description SIMTEXT_HIGHPRIORITY
The text message is high priority.
SIMTEXT_DELAYCLEAR
The text message disappears without additional user input.
SIMTEXT_KEYPADDIGITS
User input should only consist of keypad digits.
SIMTEXT_NOECHO
The SIM UI should not echo entered characters.
SIMTEXT_HELPINFO
Context sensitive help is supported.
SIMTEXT_GSMDEFAULTALPHABET
User input should only consist of characters in the GSM default alphabet.
SIMTEXT_PACKEDRESPONSE
The response string needs to be packed.
SIMTEXT_IMMEDIATERESPONSE
Immediate response required.
SIMTEXT_YESNO
Yes or no response requested for Get Inkey.
- dwMinResponse
Specifies minimum response length.
- dwMaxResponse
Specifies maximum response length.
- dwTextSize
Specifies size of text message in bytes.
- dwTextOffset
Specifies offset from start of this structure in bytes.
- dwDefaultTextSize
Specifies size of default text message in bytes.
- dwDefaultTextOffset
Specifies offset from start of this structure in bytes.
- dwIconIdentifier
Specifies identifier for Icon to use.
- dwIconQualifier
Specifies qualifier designating how the icon should be used.
Requirements
Header | simtkit.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |