Click or drag to resize

IOleObjectSetMoniker Method

Sets 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 SetMoniker(
	int dwWhichMoniker,
	Object pmk
)

Parameters

dwWhichMoniker  Int32
The kind of moniker to set.
pmk  Object
The moniker object to assign.

Return Value

Int32
The HRESULT returned by the COM method.
See Also