Click or drag to resize

Ole32FuncOleSaveToStream Method

Saves an object to a stream.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int OleSaveToStream(
	IPersistStream pPStm,
	IStream pStm
)

Parameters

pPStm  IPersistStream
The object that implements IPersistStream.
pStm  IStream
The destination stream.

Return Value

Int32
The HRESULT returned by OLE.
See Also