TF_PRESERVEDKEY structure (msctf.h)

The TF_PRESERVEDKEY structure represents a preserved key.

Syntax

typedef struct TF_PRESERVEDKEY {
  UINT uVKey;
  UINT uModifiers;
} TF_PRESERVEDKEY;

Members

uVKey

Virtual key code of the keyboard shortcut.

uModifiers

Modifies the preserved key. This can be zero or a combination of one or more of the TF_MOD_* constants.

Remarks

Preserved keys are registered by TSF text services and provide keyboard shortcuts to common commands implemented by the TSF text service.

Requirements

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

See also

TF_MOD_* constants