Click or drag to resize

Ole32FuncCreateItemMoniker Method

Creates an item moniker.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int CreateItemMoniker(
	string lpszDelim,
	string lpszItem,
	out IMoniker ppmk
)

Parameters

lpszDelim  String
The delimiter that separates the item names.
lpszItem  String
The item name to represent.
ppmk  IMoniker
When this method returns, contains the created item moniker.

Return Value

Int32
The HRESULT returned by COM.
See Also