Home
last modified time | relevance | path

Searched refs:lockType (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/msctf/
H A Drange.c47 DWORD lockType; member
325 HRESULT Range_Constructor(ITfContext *context, ITextStoreACP *textstore, DWORD lockType, DWORD anch… in Range_Constructor() argument
339 This->lockType = lockType; in Range_Constructor()
H A Dcontext.c78 DWORD lockType; member
313 …Range_Constructor(iface, This->pITextStoreACP, cookie->lockType, acps.acpStart, acps.acpEnd, &pSel… in Context_GetSelection()
382 return Range_Constructor(iface, This->pITextStoreACP, cookie->lockType, 0, 0, ppStart); in Context_GetStart()
413 return Range_Constructor(iface, This->pITextStoreACP, cookie->lockType, end, end, ppEnd); in Context_GetEnd()
712 if ((cookie->lockType & TS_LF_READWRITE) != TS_LF_READWRITE ) in InsertAtSelection_InsertTextAtSelection()
723 …Range_Constructor(&This->ITfContext_iface, This->pITextStoreACP, cookie->lockType, change.acpStart… in InsertAtSelection_InsertTextAtSelection()
916 cookie->lockType = dwLockFlags; in TextStoreACPSink_OnLockGranted()
927 sinkcookie->lockType = TS_LF_READ; in TextStoreACPSink_OnLockGranted()
1079 cookie->lockType = TF_ES_READ; in Context_Constructor()
H A Dmsctf_internal.h48 extern HRESULT Range_Constructor(ITfContext *context, ITextStoreACP *textstore, DWORD lockType, DWO…