ReactOS 0.4.16-dev-1311-g81a4d83
|
#include <initguid.h>
#include <windef.h>
#include <winbase.h>
#include <oleauto.h>
#include <msctf.h>
#include <msctf_undoc.h>
#include <wine/list.h>
#include <cicbase.h>
#include "documentmgr.h"
#include "msctf_internal.h"
#include <wine/debug.h>
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (msctf) | |
EXTERN_C HRESULT | EnumTfContext_Constructor (CDocumentMgr *mgr, IEnumTfContexts **ppOut) |
STDMETHODIMP_ (ULONG) CDocumentMgr | |
EXTERN_C HRESULT | DocumentMgr_Constructor (ITfThreadMgrEventSink *pThreadMgrSink, ITfDocumentMgr **ppOut) |
EXTERN_C HRESULT DocumentMgr_Constructor | ( | ITfThreadMgrEventSink * | pThreadMgrSink, |
ITfDocumentMgr ** | ppOut | ||
) |
Definition at line 452 of file documentmgr.cpp.
Referenced by ThreadMgr_CreateDocumentMgr().
EXTERN_C HRESULT EnumTfContext_Constructor | ( | CDocumentMgr * | mgr, |
IEnumTfContexts ** | ppOut | ||
) |
Definition at line 458 of file documentmgr.cpp.
Referenced by CDocumentMgr::EnumContexts().
STDMETHODIMP_ | ( | ULONG | ) |
Definition at line 130 of file documentmgr.cpp.
WINE_DEFAULT_DEBUG_CHANNEL | ( | msctf | ) |