TF_LANGUAGEPROFILE structure (msctf.h)

The TF_LANGUAGEPROFILE structure contains information about a language profile.

Syntax

typedef struct TF_LANGUAGEPROFILE {
  CLSID  clsid;
  LANGID langid;
  GUID   catid;
  BOOL   fActive;
  GUID   guidProfile;
} TF_LANGUAGEPROFILE;

Members

clsid

Specifies the class identifier of the text service within the language profile.

langid

Specifies the language identifier of the profile.

catid

Specifies the identifier of the category that the text service belongs to.

fActive

A Boolean value, when TRUE, indicates that the language is activated.

guidProfile

Specifies the identifier of the language profile.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header msctf.h
Redistributable TSF 1.0 on Windows 2000 Professional

See also

IEnumTfLanguageProfiles::Next