Searched refs:GetLBTextLen (Results 1 – 2 of 2) sorted by relevance
21 LRESULT len = GetLBTextLen(index); // length, excluding the terminating null character in GetLBText()
27 LRESULT GetLBTextLen(int index) { return SendMsg(CB_GETLBTEXTLEN, index, 0); } in GetLBTextLen() function