IBrowserService::GetParentSite method (shdeprecated.h)

Deprecated. Retrieves the browser parent's in-place client site.

Syntax

HRESULT GetParentSite(
  [out] IOleInPlaceSite **ppipsite
);

Parameters

[out] ppipsite

Type: IOleInPlaceSite**

The address of a pointer to an IOleInPlaceSite that indicates the browser parent's in-place client site.

Return value

Type: HRESULT

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

Remarks

A client site is the display site for embedded objects and provides position and conceptual information about the object.

Requirements

Requirement Value
Target Platform Windows
Header shdeprecated.h