Executes a verb on the object.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxint DoVerb(
int iVerb,
IntPtr lpmsg,
IOleClientSite pActiveSite,
int lindex,
IntPtr hwndParent,
COMRECT lprcPosRect
)
Parameters
- iVerb Int32
- The verb identifier to execute.
- lpmsg IntPtr
- A pointer to the message that triggered the verb, or Zero.
- pActiveSite IOleClientSite
- The active client site for in-place activation.
- lindex Int32
- Reserved. Must be zero.
- hwndParent IntPtr
- A handle to the parent window.
- lprcPosRect COMRECT
- The position rectangle for displaying the object.
Return Value
Int32The HRESULT returned by the COM method.
See Also