TfShiftDir enumeration (msctf.h)

Elements of the TfShiftDir enumeration specify which direction a range anchor is moved.

Syntax

typedef enum __MIDL_ITfRange_0002 {
  TF_SD_BACKWARD = 0,
  TF_SD_FORWARD = 1
} TfShiftDir;

Constants

 
TF_SD_BACKWARD
Value: 0
Specifies that the anchor will be moved to the region immediately preceding the range.
TF_SD_FORWARD
Value: 1
Specifies that the anchor will be moved to the region immediately following the range.

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

ITfRange::ShiftEndRegion

ITfRange::ShiftStartRegion