Data Structures |
| struct | CompartmentValue |
| struct | CompartmentMgr |
| struct | CompartmentEnumGuid |
| struct | CompartmentSink |
| struct | Compartment |
Defines |
| #define | COBJMACROS |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (msctf) |
| static HRESULT | CompartmentEnumGuid_Constructor (struct list *values, IEnumGUID **ppOut) |
| static HRESULT | Compartment_Constructor (CompartmentValue *value, ITfCompartment **ppOut) |
| static Compartment * | impl_from_ITfSourceVtbl (ITfSource *iface) |
| HRESULT | CompartmentMgr_Destructor (ITfCompartmentMgr *iface) |
| static HRESULT WINAPI | CompartmentMgr_QueryInterface (ITfCompartmentMgr *iface, REFIID iid, LPVOID *ppvOut) |
| static ULONG WINAPI | CompartmentMgr_AddRef (ITfCompartmentMgr *iface) |
| static ULONG WINAPI | CompartmentMgr_Release (ITfCompartmentMgr *iface) |
| static HRESULT WINAPI | CompartmentMgr_GetCompartment (ITfCompartmentMgr *iface, REFGUID rguid, ITfCompartment **ppcomp) |
| static HRESULT WINAPI | CompartmentMgr_ClearCompartment (ITfCompartmentMgr *iface, TfClientId tid, REFGUID rguid) |
| static HRESULT WINAPI | CompartmentMgr_EnumCompartments (ITfCompartmentMgr *iface, IEnumGUID **ppEnum) |
| HRESULT | CompartmentMgr_Constructor (IUnknown *pUnkOuter, REFIID riid, IUnknown **ppOut) |
| static void | CompartmentEnumGuid_Destructor (CompartmentEnumGuid *This) |
| static HRESULT WINAPI | CompartmentEnumGuid_QueryInterface (IEnumGUID *iface, REFIID iid, LPVOID *ppvOut) |
| static ULONG WINAPI | CompartmentEnumGuid_AddRef (IEnumGUID *iface) |
| static ULONG WINAPI | CompartmentEnumGuid_Release (IEnumGUID *iface) |
| static HRESULT WINAPI | CompartmentEnumGuid_Next (LPENUMGUID iface, ULONG celt, GUID *rgelt, ULONG *pceltFetched) |
| static HRESULT WINAPI | CompartmentEnumGuid_Skip (LPENUMGUID iface, ULONG celt) |
| static HRESULT WINAPI | CompartmentEnumGuid_Reset (LPENUMGUID iface) |
| static HRESULT WINAPI | CompartmentEnumGuid_Clone (LPENUMGUID iface, IEnumGUID **ppenum) |
| static void | free_sink (CompartmentSink *sink) |
| static void | Compartment_Destructor (Compartment *This) |
| static HRESULT WINAPI | Compartment_QueryInterface (ITfCompartment *iface, REFIID iid, LPVOID *ppvOut) |
| static ULONG WINAPI | Compartment_AddRef (ITfCompartment *iface) |
| static ULONG WINAPI | Compartment_Release (ITfCompartment *iface) |
| static HRESULT WINAPI | Compartment_SetValue (ITfCompartment *iface, TfClientId tid, const VARIANT *pvarValue) |
| static HRESULT WINAPI | Compartment_GetValue (ITfCompartment *iface, VARIANT *pvarValue) |
| static HRESULT WINAPI | Source_QueryInterface (ITfSource *iface, REFIID iid, LPVOID *ppvOut) |
| static ULONG WINAPI | Source_AddRef (ITfSource *iface) |
| static ULONG WINAPI | Source_Release (ITfSource *iface) |
| static HRESULT WINAPI | CompartmentSource_AdviseSink (ITfSource *iface, REFIID riid, IUnknown *punk, DWORD *pdwCookie) |
| static HRESULT WINAPI | CompartmentSource_UnadviseSink (ITfSource *iface, DWORD pdwCookie) |
Variables |
| static const ITfCompartmentMgrVtbl | CompartmentMgr_CompartmentMgrVtbl |
| static const IEnumGUIDVtbl | IEnumGUID_Vtbl |
| static const ITfCompartmentVtbl | ITfCompartment_Vtbl |
| static const ITfSourceVtbl | Compartment_SourceVtbl |