Skip to content

Latest commit

 

History

History
87 lines (63 loc) · 2.74 KB

nf-commctrl-button_getsplitinfo.md

File metadata and controls

87 lines (63 loc) · 2.74 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:commctrl.Button_GetSplitInfo
Button_GetSplitInfo macro (commctrl.h)
Gets information for a specified split button control. Use this macro or send the BCM_GETSPLITINFO message explicitly.
Button_GetSplitInfo
Button_GetSplitInfo macro [Windows Controls]
_shell_Button_GetSplitInfo
_shell_Button_GetSplitInfo_cpp
commctrl/Button_GetSplitInfo
controls.Button_GetSplitInfo
controls._shell_Button_GetSplitInfo
controls\Button_GetSplitInfo.htm
Controls
VS|Controls|~\controls\buttons\buttonreference\buttonmacros\button_getsplitinfo.htm
12/05/2018
Button_GetSplitInfo, Button_GetSplitInfo macro [Windows Controls], _shell_Button_GetSplitInfo, _shell_Button_GetSplitInfo_cpp, commctrl/Button_GetSplitInfo, controls.Button_GetSplitInfo, controls._shell_Button_GetSplitInfo
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
19H1
Button_GetSplitInfo
commctrl/Button_GetSplitInfo
c++
APIRef
kbSyntax
HeaderDef
Commctrl.h
Button_GetSplitInfo

Button_GetSplitInfo macro

-description

Gets information for a specified split button control. Use this macro or send the BCM_GETSPLITINFO message explicitly.

-parameters

-param hwnd [in]

Type: HWND

A handle to the button control.

-param pInfo [in, out]

Type: BUTTON_SPLITINFO*

A pointer to a BUTTON_SPLITINFO structure to receive information on the button specified by hwnd. The calling application is responsible for allocating the memory for the structure. Set the mask member of this structure to determine what information to receive.

-remarks

Use this macro only with the BS_SPLITBUTTON and BS_DEFSPLITBUTTON button styles.

-see-also

Button Styles

Button Types

Conceptual

Reference