Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The FORMACTLANGUAGEDATAstructure is used with the IMessageFormEx::FORMACTIONSenumeration's FORMACT_LANGUAGEmember, and it sets the language of the user interface displayed on a Windows Mobile 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 uiCodePagewith the current code page.

dwFlags == Select

The form should use uiCodePageas the current code page.

dwFlags == Init

The form should not refresh its data when setting the initial code page.

Requirements

Header cemapi.h
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also