ReactOS 0.4.16-dev-1401-gf1332c7
|
#include <initguid.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <msctf.h>
#include <msctf_undoc.h>
#include <cicbase.h>
#include <cicreg.h>
#include <cicutb.h>
#include "range.h"
#include "msctf_internal.h"
#include <wine/debug.h>
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (msctf) | |
STDMETHODIMP_ (ULONG) CRange | |
EXTERN_C HRESULT | Range_Constructor (ITfContext *context, ITextStoreACP *textstore, DWORD lockType, DWORD anchorStart, DWORD anchorEnd, ITfRange **ppOut) |
EXTERN_C HRESULT | TF_SELECTION_to_TS_SELECTION_ACP (const TF_SELECTION *tf, TS_SELECTION_ACP *tsAcp) |
EXTERN_C HRESULT Range_Constructor | ( | ITfContext * | context, |
ITextStoreACP * | textstore, | ||
DWORD | lockType, | ||
DWORD | anchorStart, | ||
DWORD | anchorEnd, | ||
ITfRange ** | ppOut | ||
) |
Definition at line 407 of file range.cpp.
Referenced by Context_GetEnd(), Context_GetSelection(), Context_GetStart(), and InsertAtSelection_InsertTextAtSelection().
EXTERN_C HRESULT TF_SELECTION_to_TS_SELECTION_ACP | ( | const TF_SELECTION * | tf, |
TS_SELECTION_ACP * | tsAcp | ||
) |
Definition at line 422 of file range.cpp.
Referenced by Context_SetSelection().
WINE_DEFAULT_DEBUG_CHANNEL | ( | msctf | ) |