ReactOS 0.4.16-dev-1401-gf1332c7
|
Public Types | |
enum | TsGravity { TS_GR_BACKWARD = 0 , TS_GR_FORWARD = 1 } |
enum | TsShiftDir { TS_SD_BACKWARD = 0 , TS_SD_FORWARD = 1 } |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
HRESULT | SetGravity ([in] TsGravity gravity) |
HRESULT | GetGravity ([out] TsGravity *pgravity) |
HRESULT | IsEqual ([in] IAnchor *paWith, [out] BOOL *pfEqual) |
HRESULT | Compare ([in] IAnchor *paWith, [out] LONG *plResult) |
HRESULT | Shift ([in] DWORD dwFlags, [in] LONG cchReq, [out] LONG *pcch, [in] IAnchor *paHaltAnchor) |
HRESULT | ShiftTo ([in] IAnchor *paSite) |
HRESULT | ShiftRegion ([in] DWORD dwFlags, [in] TsShiftDir dir, [out] BOOL *pfNoRegion) |
HRESULT | SetChangeHistoryMask ([in] DWORD dwMask) |
HRESULT | GetChangeHistory ([out] DWORD *pdwHistory) |
HRESULT | ClearChangeHistory () |
HRESULT | Clone ([out] IAnchor **ppaClone) |
![]() | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Public Attributes | |
const DWORD | TS_SHIFT_COUNT_HIDDEN = 0x1 |
const DWORD | TS_SHIFT_HALT_HIDDEN = 0x2 |
const DWORD | TS_SHIFT_HALT_VISIBLE = 0x4 |
const DWORD | TS_SHIFT_COUNT_ONLY = 0x8 |
const DWORD | TS_CH_PRECEDING_DEL = 1 |
const DWORD | TS_CH_FOLLOWING_DEL = 2 |
Definition at line 309 of file textstor.idl.
HRESULT IAnchor::ClearChangeHistory | ( | ) |
HRESULT IAnchor::Shift | ( | [in] DWORD | dwFlags, |
[in] LONG | cchReq, | ||
[out] LONG * | pcch, | ||
[in] IAnchor * | paHaltAnchor | ||
) |
HRESULT IAnchor::ShiftRegion | ( | [in] DWORD | dwFlags, |
[in] TsShiftDir | dir, | ||
[out] BOOL * | pfNoRegion | ||
) |
Definition at line 317 of file textstor.idl.
Definition at line 316 of file textstor.idl.
Definition at line 311 of file textstor.idl.
Definition at line 314 of file textstor.idl.
Definition at line 312 of file textstor.idl.
Definition at line 313 of file textstor.idl.