SIMLANGUAGE (Windows Embedded CE 6.0)
1/6/2010
This structure is used for SIM_NOTIFY_LANGUAGENOTIFICATION.
Syntax
typedef struct simlanguage_tag {
DWORD cbSize;
DWORD dwParams;
TCHAR lpszLanguage[MAXLEN_LANGUAGE];
} SIMLANGUAGE, FAR *LPSIMLANGUAGE;
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.
- lpszLanguage[MAXLEN_LANGUAGE]
Specifies the language code.
Requirements
Header | simtkit.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |