IBrowserService3::_PositionViewWindow method (shdeprecated.h)
Deprecated. Used in view size negotiations. This method is called by _UpdateViewRectSize after determining the available dimensions.
Syntax
HRESULT _PositionViewWindow(
HWND hwnd,
LPRECT prc
);
Parameters
hwnd
Type: HWND
The handle of the view window.
prc
Type: LPRECT
A pointer to a RECT structure that contains the available dimensions.
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 XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | shdeprecated.h |