Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/riched20/
H A Dtxtsrv.c413 static HRESULT __thiscall ITextHostImpl_TxGetSelectionBarWidth(ITextHost *iface, LONG *lSelBarWidth) in ITextHostImpl_TxGetSelectionBarWidth() argument
417 This, lSelBarWidth); in ITextHostImpl_TxGetSelectionBarWidth()
418 *lSelBarWidth = 0; in ITextHostImpl_TxGetSelectionBarWidth()
/reactos/dll/win32/riched20/
H A Dtxthost.c474 …IDDEN HRESULT __thiscall ITextHostImpl_TxGetSelectionBarWidth(ITextHost *iface, LONG *lSelBarWidth) in ITextHostImpl_TxGetSelectionBarWidth() argument
481 *lSelBarWidth = (style & ES_SELECTIONBAR) ? 225 : 0; /* in HIMETRIC */ in ITextHostImpl_TxGetSelectionBarWidth()
/reactos/sdk/include/psdk/
H A Dtextserv.h361 LONG* lSelBarWidth) PURE; in DECLARE_INTERFACE_()