Share via


IHTMLScreen::availHeight Property

Retrieves the height of the working area of the system's screen, excluding the Windows taskbar.

Syntax

HRESULT IHTMLScreen::get_availHeight(long *p);

Parameters

  • p
    Pointer to a variable of type long that receives the available screen height, in pixels.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IHTMLScreen::availWidth, IHTMLScreen::height