ReactOS 0.4.16-dev-401-g45b008d
|
Classes | |
struct | TF_SELECTION |
struct | TF_SELECTIONSTYLE |
Public Types | |
enum | TfActiveSelEnd { TF_AE_NONE , TF_AE_START , TF_AE_END } |
typedef struct ITfContext::TF_SELECTIONSTYLE | TF_SELECTIONSTYLE |
typedef struct ITfContext::TF_SELECTION | TF_SELECTION |
typedef TS_STATUS | TF_STATUS |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Public Attributes | |
const DWORD | TF_ES_ASYNCDONTCARE = 0x0 |
const DWORD | TF_ES_SYNC = 0x1 |
const DWORD | TF_ES_READ = 0x2 |
const DWORD | TF_ES_READWRITE = 0x6 |
const DWORD | TF_ES_ASYNC = 0x8 |
const ULONG | TF_DEFAULT_SELECTION = TS_DEFAULT_SELECTION |
const DWORD | TF_SD_READONLY = TS_SD_READONLY |
const DWORD | TF_SD_LOADING = TS_SD_LOADING |
const DWORD | TF_SS_DISJOINTSEL = TS_SS_DISJOINTSEL |
const DWORD | TF_SS_REGIONS = TS_SS_REGIONS |
const DWORD | TF_SS_TRANSITORY = TS_SS_TRANSITORY |
typedef TS_STATUS ITfContext::TF_STATUS |
HRESULT ITfContext::CreateRangeBackup | ( | [in] TfEditCookie | ec, |
[in] ITfRange * | pRange, | ||
[out] ITfRangeBackup ** | ppBackup | ||
) |
HRESULT ITfContext::EnumProperties | ( | [out] IEnumTfProperties ** | ppEnum | ) |
HRESULT ITfContext::EnumViews | ( | [out] IEnumTfContextViews ** | ppEnum | ) |
HRESULT ITfContext::GetActiveView | ( | [out] ITfContextView ** | ppView | ) |
HRESULT ITfContext::GetAppProperty | ( | [in] REFGUID | guidProp, |
[out] ITfReadOnlyProperty ** | ppProp | ||
) |
HRESULT ITfContext::GetDocumentMgr | ( | [out] ITfDocumentMgr ** | ppDm | ) |
HRESULT ITfContext::GetEnd | ( | [in] TfEditCookie | ec, |
[out] ITfRange ** | ppEnd | ||
) |
HRESULT ITfContext::GetProperty | ( | [in] REFGUID | guidProp, |
[out] ITfProperty ** | ppProp | ||
) |
HRESULT ITfContext::GetSelection | ( | [in] TfEditCookie | ec, |
[in] ULONG | ulIndex, | ||
[in] ULONG | ulCount, | ||
[out, size_is(ulCount), length_is(*pcFetched)] TF_SELECTION * | pSelection, | ||
[out] ULONG * | pcFetched | ||
) |
HRESULT ITfContext::GetStart | ( | [in] TfEditCookie | ec, |
[out] ITfRange ** | ppStart | ||
) |
HRESULT ITfContext::InWriteSession | ( | [in] TfClientId | tid, |
[out] BOOL * | pfWriteSession | ||
) |
HRESULT ITfContext::RequestEditSession | ( | [in] TfClientId | tid, |
[in] ITfEditSession * | pes, | ||
[in] DWORD | dwFlags, | ||
[out] HRESULT * | phrSession | ||
) |
HRESULT ITfContext::SetSelection | ( | [in] TfEditCookie | ec, |
[in] ULONG | ulCount, | ||
[in, size_is(ulCount)] const TF_SELECTION * | pSelection | ||
) |
HRESULT ITfContext::TrackProperties | ( | [in, size_is(cProp)] const GUID ** | prgProp, |
[in] ULONG | cProp, | ||
[in, size_is(cAppProp)] const GUID ** | prgAppProp, | ||
[in] ULONG | cAppProp, | ||
[out] ITfReadOnlyProperty ** | ppProperty | ||
) |
const ULONG ITfContext::TF_DEFAULT_SELECTION = TS_DEFAULT_SELECTION |
const DWORD ITfContext::TF_SD_LOADING = TS_SD_LOADING |
const DWORD ITfContext::TF_SD_READONLY = TS_SD_READONLY |
const DWORD ITfContext::TF_SS_DISJOINTSEL = TS_SS_DISJOINTSEL |
const DWORD ITfContext::TF_SS_REGIONS = TS_SS_REGIONS |
const DWORD ITfContext::TF_SS_TRANSITORY = TS_SS_TRANSITORY |