Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.1 KB

nf-windowsx-combobox_getlbtextlen.md

File metadata and controls

71 lines (58 loc) · 2.1 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:windowsx.ComboBox_GetLBTextLen
ComboBox_GetLBTextLen macro (windowsx.h)
Gets the length of a string in the list in a combo box. You can use this macro or send the CB_GETLBTEXTLEN message explicitly.
ComboBox_GetLBTextLen
ComboBox_GetLBTextLen macro [Windows Controls]
_win32_ComboBox_GetLBTextLen
_win32_ComboBox_GetLBTextLen_cpp
controls.ComboBox_GetLBTextLen
controls._win32_ComboBox_GetLBTextLen
windowsx/ComboBox_GetLBTextLen
controls\ComboBox_GetLBTextLen.htm
Controls
VS|Controls|~\controls\comboboxes\comboboxreference\comboboxmacros\combobox_getlbtextlen.htm
12/05/2018
ComboBox_GetLBTextLen, ComboBox_GetLBTextLen macro [Windows Controls], _win32_ComboBox_GetLBTextLen, _win32_ComboBox_GetLBTextLen_cpp, controls.ComboBox_GetLBTextLen, controls._win32_ComboBox_GetLBTextLen, windowsx/ComboBox_GetLBTextLen
windowsx.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
ComboBox_GetLBTextLen
windowsx/ComboBox_GetLBTextLen
c++
APIRef
kbSyntax
HeaderDef
Windowsx.h
ComboBox_GetLBTextLen

ComboBox_GetLBTextLen macro

-description

Gets the length of a string in the list in a combo box. You can use this macro or send the CB_GETLBTEXTLEN message explicitly.

-parameters

-param hwndCtl

Type: HWND

A handle to the control.

-param index

Type: int

The zero-based index of the item.

-remarks

For more information, see CB_GETLBTEXTLEN.