Click or drag to resize

Ole32FuncCoInitializeEx Method

Initializes the COM library for the calling thread.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int CoInitializeEx(
	IntPtr pvReserved,
	uint dwCoInit
)

Parameters

pvReserved  IntPtr
Reserved. Must be Zero.
dwCoInit  UInt32
The concurrency model and initialization options.

Return Value

Int32
The HRESULT returned by COM.
See Also