IClassFactoryCreateInstance Method |
Creates an uninitialized object.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid 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