Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FORMACTLANGUAGEDATA structure is used with the IMessageFormEx::FORMACTIONS enumeration's FORMACT_LANGUAGE member, and it sets the language of the user interface displayed on a Windows Mobile–based device.
Syntax
struct {
enum
{
Query = 0x01,
Select = 0x02,
Init = 0x04,
};
DWORD dwFlags;
UINT uiCodePage;
} FORMACTLANGUAGEDATA;
Members
- dwFlags
One of the enum values. See the remarks for more information. - uiCodePage
Identifies the code page associated with a particular language.
Remarks
Used with FORMACT_LANGUAGE.
| Value of dwFlags | Description |
|---|---|
| dwFlags == Query | The form should fill uiCodePage with the current code page. |
| dwFlags == Select | The form should use uiCodePage as the current code page. |
| dwFlags == Init | The form should not refresh its data when setting the initial code page. |
Requirements
Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS Versions: Windows CE 5.01 and later
Header: cemapi.h
See Also
MAPI Structures | IMessageFormEx::FORMACTIONS | IMessageFormEx::DoAction
Send Feedback on this topic to the authors