Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |