Gets the number of characters in the text of a button.
int Button_GetTextLength( HWND hwndCtl );
The length, in characters, of the button text.
The macro expands to a call to GetWindowTextLength.