Share via


FORMACTLANGUAGEDATA

4/8/2010

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 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

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

Reference

MAPI Structures
IMessageFormEx::FORMACTIONS
IMessageFormEx::DoAction