QHTM_GET_HTML_TITLE_LENGTH
Get the length of the title for the document currently loaded into QHTM
Parameters
- wParam
- Not used, should be zero
- lParam
- Not used, should be zero
Return value
The length of the document title.
Example
UINT uLength;
uLength = ::SendMessage( hwnd, QHTM_GET_HTML_TITLE_LENGTH, 0, 0 );
//
// Or use the QHTM message cracker
uLength = QHTM_GetTitleLength( hwnd );
See also QHTM_GET_HTML_TITLE