Skip to content

Latest commit

 

History

History
82 lines (63 loc) · 3.02 KB

nf-shdeprecated-ibrowserservice2-_geteffectiveclientarea.md

File metadata and controls

82 lines (63 loc) · 3.02 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist req.product ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shdeprecated.IBrowserService2._GetEffectiveClientArea
IBrowserService2::_GetEffectiveClientArea (shdeprecated.h)
Deprecated. Used with IBrowserService2::_GetViewBorderRect to negotiate the dimensions of the browser view.
IBrowserService2 interface [Windows Shell]
_GetEffectiveClientArea method
IBrowserService2._GetEffectiveClientArea
IBrowserService2::_GetEffectiveClientArea
_GetEffectiveClientArea
_GetEffectiveClientArea method [Windows Shell]
_GetEffectiveClientArea method [Windows Shell]
IBrowserService2 interface
shdeprecated/IBrowserService2::_GetEffectiveClientArea
shell.IBrowserService2__GetEffectiveClientArea
zone_IBrowserService2__GetEffectiveClientArea
shell\IBrowserService2__GetEffectiveClientArea.htm
shell
c0c53cd4-4b85-42d5-98c3-22ef46644a3f
12/05/2018
IBrowserService2 interface [Windows Shell],_GetEffectiveClientArea method, IBrowserService2._GetEffectiveClientArea, IBrowserService2::_GetEffectiveClientArea, _GetEffectiveClientArea, _GetEffectiveClientArea method [Windows Shell], _GetEffectiveClientArea method [Windows Shell],IBrowserService2 interface, shdeprecated/IBrowserService2::_GetEffectiveClientArea, shell.IBrowserService2__GetEffectiveClientArea, zone_IBrowserService2__GetEffectiveClientArea
shdeprecated.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Shdeprecated.idl
Windows
Internet Explorer 5.0
19H1
IBrowserService2::_GetEffectiveClientArea
shdeprecated/IBrowserService2::_GetEffectiveClientArea
c++
APIRef
kbSyntax
COM
Shdeprecated.h
IBrowserService2._GetEffectiveClientArea

IBrowserService2::_GetEffectiveClientArea

-description

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

-parameters

-param lprectBorder [in, out]

Type: LPRECT

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

-param hmon [in]

Type: HMONITOR

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

-returns

Type: HRESULT

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

-see-also

HMONITOR and the Device Context

IBrowserService2