QHTM_GET_SCROLL_POS
Get the current scroll position of QHTM.
Parameters
- wParam
- Not used, should be zero
- lParam
- Not used, should be zero
Return value
The current scroll position of QHTM.
Example
UINT uScrollPos;
uScrollPos = ::SendMessage( hwnd, QHTM_GET_SCROLL_POS, 0, 0 );
//
// Or use the QHTM message cracker
uScrollPos = QHTM_GetScrollPos( hwnd );
See also QHTM_SET_SCROLL_POS