Click or drag to resize

Ole32FuncCoRegisterClassObject Method

[Missing <summary> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CoRegisterClassObject(System.Guid@,System.Object,System.UInt32,System.UInt32,System.UInt32@)"]


Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int CoRegisterClassObject(
	in Guid rclsid,
	Object pUnk,
	uint dwClsContext,
	uint flags,
	out uint lpdwRegister
)

Parameters

rclsid  Guid

[Missing <param name="rclsid"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CoRegisterClassObject(System.Guid@,System.Object,System.UInt32,System.UInt32,System.UInt32@)"]

pUnk  Object

[Missing <param name="pUnk"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CoRegisterClassObject(System.Guid@,System.Object,System.UInt32,System.UInt32,System.UInt32@)"]

dwClsContext  UInt32

[Missing <param name="dwClsContext"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CoRegisterClassObject(System.Guid@,System.Object,System.UInt32,System.UInt32,System.UInt32@)"]

flags  UInt32

[Missing <param name="flags"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CoRegisterClassObject(System.Guid@,System.Object,System.UInt32,System.UInt32,System.UInt32@)"]

lpdwRegister  UInt32

[Missing <param name="lpdwRegister"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CoRegisterClassObject(System.Guid@,System.Object,System.UInt32,System.UInt32,System.UInt32@)"]

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CoRegisterClassObject(System.Guid@,System.Object,System.UInt32,System.UInt32,System.UInt32@)"]

See Also