IBrowserService2::_GetEffectiveClientArea method (shdeprecated.h)

Deprecated. Used with IBrowserService2::_GetViewBorderRect to negotiate the dimensions of the browser view.

Syntax

HRESULT _GetEffectiveClientArea(
  [in, out] LPRECT   lprectBorder,
  [in]      HMONITOR hmon
);

Parameters

[in, out] lprectBorder

Type: LPRECT

A pointer to a RECT structure indicating the dimensions of the available client area.

[in] hmon

Type: HMONITOR

The handle of the monitor on which the view is displayed.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header shdeprecated.h

See also

HMONITOR and the Device Context

IBrowserService2