Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.45 KB

nf-shobjidl_core-iexplorerbrowser-setrect.md

File metadata and controls

77 lines (61 loc) · 2.45 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 ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shobjidl_core.IExplorerBrowser.SetRect
IExplorerBrowser::SetRect (shobjidl_core.h)
Sets the size and position of the view windows created by the browser.
IExplorerBrowser interface [Windows Shell]
SetRect method
IExplorerBrowser.SetRect
IExplorerBrowser::SetRect
SetRect
SetRect method [Windows Shell]
SetRect method [Windows Shell]
IExplorerBrowser interface
_shell_IExplorerBrowser_SetRect
shell.IExplorerBrowser_SetRect
shobjidl_core/IExplorerBrowser::SetRect
shell\IExplorerBrowser_SetRect.htm
shell
392052ea-1053-4f55-96aa-2d64b0ee0390
12/05/2018
IExplorerBrowser interface [Windows Shell],SetRect method, IExplorerBrowser.SetRect, IExplorerBrowser::SetRect, SetRect, SetRect method [Windows Shell], SetRect method [Windows Shell],IExplorerBrowser interface, _shell_IExplorerBrowser_SetRect, shell.IExplorerBrowser_SetRect, shobjidl_core/IExplorerBrowser::SetRect
shobjidl_core.h
Shobjidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Shobjidl.idl
Windows
19H1
IExplorerBrowser::SetRect
shobjidl_core/IExplorerBrowser::SetRect
c++
APIRef
kbSyntax
COM
shobjidl_core.h
IExplorerBrowser.SetRect

IExplorerBrowser::SetRect

-description

Sets the size and position of the view windows created by the browser.

-parameters

-param phdwp [in, out]

Type: HDWP*

A pointer to a DeferWindowPos handle. This parameter can be NULL.

-param rcBrowser [in]

Type: RECT

The coordinates that the browser will occupy.

-returns

Type: HRESULT

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

-remarks

Coordinates are relative to the hwndParent passed in IExplorerBrowser::Initialize.