ReactOS 0.4.16-dev-1610-g4f61d2e
|
Go to the source code of this file.
Classes | |
class | CContext |
struct | tagEditCookie |
Typedefs | |
typedef struct tagEditCookie | EditCookie |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (msctf) | |
STDMETHODIMP_ (ULONG) CContext | |
EXTERN_C HRESULT | Context_Constructor (TfClientId tidOwner, IUnknown *punk, ITfDocumentMgr *mgr, ITfContext **ppOut, TfEditCookie *pecTextStore) |
EXTERN_C HRESULT | Context_Initialize (ITfContext *iface, ITfDocumentMgr *manager) |
EXTERN_C HRESULT | Context_Uninitialize (ITfContext *iface) |
typedef struct tagEditCookie EditCookie |
EXTERN_C HRESULT Context_Constructor | ( | TfClientId | tidOwner, |
IUnknown * | punk, | ||
ITfDocumentMgr * | mgr, | ||
ITfContext ** | ppOut, | ||
TfEditCookie * | pecTextStore | ||
) |
Definition at line 967 of file context.cpp.
Referenced by CDocumentMgr::CDocumentMgr(), and CDocumentMgr::CreateContext().
EXTERN_C HRESULT Context_Initialize | ( | ITfContext * | iface, |
ITfDocumentMgr * | manager | ||
) |
Definition at line 978 of file context.cpp.
Referenced by CDocumentMgr::Push().
EXTERN_C HRESULT Context_Uninitialize | ( | ITfContext * | iface | ) |
Definition at line 985 of file context.cpp.
Referenced by CDocumentMgr::Pop().
STDMETHODIMP_ | ( | ULONG | ) |
Definition at line 287 of file context.cpp.
WINE_DEFAULT_DEBUG_CHANNEL | ( | msctf | ) |