IBrowserService2::_GetBorderDWHelper method (shdeprecated.h)

Deprecated. A helper method for the implementation of GetBorderDW.

Syntax

HRESULT _GetBorderDWHelper(
  [in] IUnknown *punkSrc,
  [in] LPRECT   lprectBorder,
  [in] BOOL     bUseHmonitor
);

Parameters

[in] punkSrc

Type: IUnknown*

A pointer to an IUnknown that represents the object for which the border space is being requested.

[in] lprectBorder

Type: LPRECT

A pointer to a RECT structure that contains the dimensions of the available border space for the browser.

[in] bUseHmonitor

Type: BOOL

A value of type BOOL that indicates whether to use an HMONITOR to determine the display. TRUE to use the HMONITOR; FALSE to ignore the particular display in the size determination.

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