Searched refs:PWL_CARET_INFO (Results 1 – 3 of 3) sorted by relevance
12 struct PWL_CARET_INFO { struct14 PWL_CARET_INFO() : bVisible(FALSE), ptHead(0, 0), ptFoot(0, 0) {} in PWL_CARET_INFO() argument
182 if (PWL_CARET_INFO* pInfo = (PWL_CARET_INFO*)wParam) { in OnNotify()183 PWL_CARET_INFO newInfo = *pInfo; in OnNotify()496 if (PWL_CARET_INFO* pInfo = (PWL_CARET_INFO*)wParam) { in OnNotify()497 PWL_CARET_INFO newInfo = *pInfo; in OnNotify()946 if (PWL_CARET_INFO* pInfo = (PWL_CARET_INFO*)wParam) { in OnNotify()947 PWL_CARET_INFO newInfo = *pInfo; in OnNotify()1405 if (PWL_CARET_INFO* pInfo = (PWL_CARET_INFO*)wParam) { in OnNotify()
108 if (PWL_CARET_INFO* pCaretInfo = (PWL_CARET_INFO*)wParam) { in OnNotify()576 PWL_CARET_INFO cInfo; in IOnSetCaret()