Click or drag to resize

Ole32FuncCreateGenericComposite Method

Creates a composite moniker from two monikers.

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

Parameters

pmkFirst  IMoniker
The first moniker in the composite.
pmkRest  IMoniker
The remaining moniker to compose with pmkFirst.
ppmkComposite  IMoniker
When this method returns, contains the composite moniker.

Return Value

Int32
The HRESULT returned by COM.
See Also