Retrieves the vertical position of the mouse hit relative to side of the client area of the window, excluding window decorations or scroll bars.
Syntax
HRESULT get_clientY( long *p );
Parameters
- p
- Address of a long integer variable that receives the position. For details, see the clientY property.
Return Value
Returns S_OK if successful, or an error code otherwise.