SIMTKITRSPTEXT (Windows Embedded CE 6.0)
1/6/2010
This structure contains detailed information used for Get Input and Get Inkey command responses.
Syntax
typedef struct simtkitrsptext_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwDCS;
DWORD dwYesNo;
DWORD dwTextOffset;
DWORD dwTextSize;
} SIMTKITRSPTEXT, FAR *LPSIMTKITRSPTEXT;
Members
- cbSize
Specifies the size of the structure, in bytes.
- dwParams
Specifies a bitfield that indicates which structure fields are valid for a given message.
- dwDCS
Indicates a request for data encoding scheme for text.
- dwYesNo
Indicates a yes or no response.
- dwTextOffset
Specifies the offset from start of this structure, in bytes.
- dwTextSize
Specifies the size of the text.
Requirements
Header | simtkit.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |