Click or drag to resize

IOleObjectGetMoniker Method

Retrieves a moniker for the object.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
int GetMoniker(
	int dwAssign,
	int dwWhichMoniker,
	out Object moniker
)

Parameters

dwAssign  Int32
The moniker assignment to use.
dwWhichMoniker  Int32
The kind of moniker to retrieve.
moniker  Object
When this method returns, contains the retrieved moniker.

Return Value

Int32
The HRESULT returned by the COM method.
See Also