Lines Matching refs:LB_ERR
712 if( (id = SendMessageW(lphc->hWndLBox, LB_GETCURSEL, 0, 0) ) != LB_ERR ) in CBPaintText()
715 if (size == LB_ERR) in CBPaintText()
918 idx = LB_ERR; in CBUpdateLBox()
958 if( length != LB_ERR) in CBUpdateEdit()
1011 (WPARAM)(lphc->droppedIndex == LB_ERR ? 0 : lphc->droppedIndex), 0); in CBDropDown()
1389 if (idx == LB_ERR) goto error; in COMBO_GetTextW()
1391 if (length == LB_ERR) goto error; in COMBO_GetTextW()
1401 if (length != LB_ERR) in COMBO_GetTextW()
1410 if (length == LB_ERR) return 0; in COMBO_GetTextW()
1439 if (idx == LB_ERR) goto error; in COMBO_GetTextA()
1441 if (length == LB_ERR) goto error; in COMBO_GetTextA()
1451 if (length != LB_ERR) in COMBO_GetTextA()
1460 if (length == LB_ERR) return 0; in COMBO_GetTextA()