IBrowserService2::_ResizeNextBorderHelper method (shdeprecated.h)

Deprecated. A helper method used by the implementation of IBrowserService2::_ResizeNextBorder.

Syntax

HRESULT _ResizeNextBorderHelper(
  [in] UINT itb,
  [in] BOOL bUseHmonitor
);

Parameters

[in] itb

Type: UINT

The index of the browser toolbar.

[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