IOleClientSite
A version of this page is also available for
4/8/2010
This interface is the primary means by which an embedded object obtains information about the location and extent of its display site, moniker, user interface, and other resources provided by its container.
An object server calls IOleClientSite to request services from the container. A container must provide one instance of IOleClientSite for every compound document object it contains.
Methods
The following table shows the methods for this interface in alphabetical order. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.
Method | Description |
---|---|
This method requests a pointer to an object's container. |
|
This method requests an object's moniker. |
|
This method notifies a container when an object becomes visible or invisible. |
|
This method prompts a container to resize the display site. |
|
This method saves an embedded object. |
|
This method prompts a container to display an object. |
Remarks
To determine whether the platform supports this interface, see Determining Supported COM APIs.
Requirements
Header | Oleidl.h, oleidl.idl |
Library | oleaut32.lib, uuid.lib |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |