Searched refs:lSelBarWidth (Results 1 – 3 of 3) sorted by relevance
413 static HRESULT __thiscall ITextHostImpl_TxGetSelectionBarWidth(ITextHost *iface, LONG *lSelBarWidth) in ITextHostImpl_TxGetSelectionBarWidth() argument417 This, lSelBarWidth); in ITextHostImpl_TxGetSelectionBarWidth()418 *lSelBarWidth = 0; in ITextHostImpl_TxGetSelectionBarWidth()
474 …IDDEN HRESULT __thiscall ITextHostImpl_TxGetSelectionBarWidth(ITextHost *iface, LONG *lSelBarWidth) in ITextHostImpl_TxGetSelectionBarWidth() argument481 *lSelBarWidth = (style & ES_SELECTIONBAR) ? 225 : 0; /* in HIMETRIC */ in ITextHostImpl_TxGetSelectionBarWidth()
361 LONG* lSelBarWidth) PURE; in DECLARE_INTERFACE_()