IHTMLScreen::height Property
Retrieves the vertical resolution of the screen.
Syntax
HRESULT IHTMLScreen::get_height(long *p);
Parameters
- p
Pointer to a variable of type long that receives the screen height, in pixels.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also