IOleObjectSetHostNames Method |
Sets the host names of the container and object.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxint SetHostNames(
string szContainerApp,
string szContainerObj
)
Parameters
- szContainerApp String
- The name of the container application.
- szContainerObj String
- The name of the container document or object.
Return Value
Int32The HRESULT returned by the COM method.
See Also