Click or drag to resize

IOleClientSiteGetMoniker Method

[Missing <summary> documentation for "M:Altaxo.UnmanagedApi.Ole32.IOleClientSite.GetMoniker(System.UInt32,System.UInt32,System.Object@)"]


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

Parameters

dwAssign  UInt32

[Missing <param name="dwAssign"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IOleClientSite.GetMoniker(System.UInt32,System.UInt32,System.Object@)"]

dwWhichMoniker  UInt32

[Missing <param name="dwWhichMoniker"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IOleClientSite.GetMoniker(System.UInt32,System.UInt32,System.Object@)"]

ppmk  Object

[Missing <param name="ppmk"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IOleClientSite.GetMoniker(System.UInt32,System.UInt32,System.Object@)"]

See Also