Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_BACKWARDValue: 0 Specifies that the anchor will be moved to the region immediately preceding the range. |
TF_SD_FORWARDValue: 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 |