IOleObjectGetMoniker Method |
Retrieves a moniker for the object.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxint 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
Int32The HRESULT returned by the COM method.
See Also