Click or drag to resize

Ole32FuncCreateGenericComposite Method

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


Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int CreateGenericComposite(
	IMoniker pmkFirst,
	IMoniker pmkRest,
	out IMoniker ppmkComposite
)

Parameters

pmkFirst  IMoniker

[Missing <param name="pmkFirst"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CreateGenericComposite(System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.IMoniker@)"]

pmkRest  IMoniker

[Missing <param name="pmkRest"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CreateGenericComposite(System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.IMoniker@)"]

ppmkComposite  IMoniker

[Missing <param name="ppmkComposite"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CreateGenericComposite(System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.IMoniker@)"]

Return Value

Int32

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

See Also