IBrowserService2::_GetViewBorderRect method (shdeprecated.h)
Deprecated. Used with IBrowserService2::_GetEffectiveClientArea to negotiate the size and position of the browser view.
Syntax
HRESULT _GetViewBorderRect(
[in, out] RECT *prc
);
Parameters
[in, out] prc
Type: RECT*
A pointer to the RECT structure stating the dimensions of the browser view's border.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
This method is called by IBrowserService2::GetViewRect.
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 |