IHTMLScreen::availWidth Property

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

Syntax

HRESULT IHTMLScreen::get_availWidth(long *p);

Parameters

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

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IHTMLScreen::availHeight, IHTMLScreen::width