IOleObjectSetClientSite Method |
Sets the client site of the object.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxint SetClientSite(
IOleClientSite pClientSite
)
Parameters
- pClientSite IOleClientSite
- The client site to associate with the object.
Return Value
Int32The HRESULT returned by the COM method.
See Also