###User Defined Function###
_GUICtrlButton_GetNoteLength

###Description###
Gets the length of the note text that may be displayed in the description for a command link button

###Syntax###
#include <GuiButton.au3>
_GUICtrlButton_GetNoteLength ( $hWnd )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	the length of the note text in WCHARsnot including any terminating NULL WCHAR.
Failure:	0.
@@End@@


###Remarks###
This function works only with the $BS_COMMANDLINK and $BS_DEFCOMMANDLINK button styles.

<strong>Windows Vista or later</strong>.


###Related###
_GUICtrlButton_GetNote, _GUICtrlButton_SetNote


###See Also###
@@MsdnLink@@ BCM_GETNOTELENGTH


###Example###
@@IncludeExample@@
