Retrieves the horizontal position of the event, in pixels, relative to the user's screen.
Syntax
HRESULT get_screenY( long *p );
Parameters
- p
- Address of a long integer variable that receives the screen position. For details, see the screenY property.
Return Value
Returns S_OK if successful, or an error code otherwise.