Ole32FuncCreateGenericComposite Method |
Creates a composite moniker from two monikers.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
Int32The HRESULT returned by COM.
See Also