Click or drag to resize

IOleClientSiteGetMoniker Method

Retrieves a moniker assigned to the object.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void GetMoniker(
	uint dwAssign,
	uint dwWhichMoniker,
	ref Object ppmk
)

Parameters

dwAssign  UInt32
The assignment for the moniker.
dwWhichMoniker  UInt32
The kind of moniker to retrieve.
ppmk  Object
When this method returns, contains the requested moniker.
See Also