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 TsShiftDir enumeration specify which direction an anchor is moved.
Syntax
typedef enum __MIDL_IAnchor_0002 {
TS_SD_BACKWARD = 0,
TS_SD_FORWARD = 1
} TsShiftDir;
Constants
TS_SD_BACKWARDValue: 0 Specifies that the anchor will be moved to the region immediately preceding a range of text. |
TS_SD_FORWARDValue: 1 Specifies that the anchor will be moved to the region immediately following a range of text. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
| Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
| Header | textstor.h |
| Redistributable | TSF 1.0 on Windows 2000 Professional |