Click or drag to resize

Ole32FuncCreateStreamOnHGlobal Method

[Missing <summary> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CreateStreamOnHGlobal(System.IntPtr,System.Boolean,System.Runtime.InteropServices.ComTypes.IStream@)"]


Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int CreateStreamOnHGlobal(
	IntPtr hGlobal,
	bool fDeleteOnRelease,
	out IStream ppstm
)

Parameters

hGlobal  IntPtr

[Missing <param name="hGlobal"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CreateStreamOnHGlobal(System.IntPtr,System.Boolean,System.Runtime.InteropServices.ComTypes.IStream@)"]

fDeleteOnRelease  Boolean

[Missing <param name="fDeleteOnRelease"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CreateStreamOnHGlobal(System.IntPtr,System.Boolean,System.Runtime.InteropServices.ComTypes.IStream@)"]

ppstm  IStream

[Missing <param name="ppstm"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CreateStreamOnHGlobal(System.IntPtr,System.Boolean,System.Runtime.InteropServices.ComTypes.IStream@)"]

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CreateStreamOnHGlobal(System.IntPtr,System.Boolean,System.Runtime.InteropServices.ComTypes.IStream@)"]

See Also