Ole32FuncOleSaveToStream Method |
Saves an object to a stream.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int OleSaveToStream(
IPersistStream pPStm,
IStream pStm
)
Parameters
- pPStm IPersistStream
- The object that implements IPersistStream.
- pStm IStream
- The destination stream.
Return Value
Int32The HRESULT returned by OLE.
See Also