Click or drag to resize

IClassFactoryCreateInstance Method

Creates an uninitialized object.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void CreateInstance(
	IntPtr pUnkOuter,
	ref Guid riid,
	out IntPtr ppvObject
)

Parameters

pUnkOuter  IntPtr
A pointer to the controlling unknown for aggregation, or Zero.
riid  Guid
The identifier of the requested interface.
ppvObject  IntPtr
On return, the created object interface pointer.
See Also