Compartir a través de


IOleObject.DoVerb Method

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.Win32
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As IOleObject
Dim iVerb As UInteger
Dim lpmsg As UInteger
Dim pActiveSite As Object
Dim lindex As UInteger
Dim hwndParent As UInteger
Dim lprcPosRect As UInteger

instance.DoVerb(iVerb, lpmsg, pActiveSite, lindex, hwndParent, lprcPosRect)

Syntax

'Declaration
Sub DoVerb ( _
    iVerb As UInteger, _
    lpmsg As UInteger, _
    pActiveSite As Object, _
    lindex As UInteger, _
    hwndParent As UInteger, _
    lprcPosRect As UInteger _
)
void DoVerb (
    uint iVerb,
    uint lpmsg,
    Object pActiveSite,
    uint lindex,
    uint hwndParent,
    uint lprcPosRect
)
void DoVerb (
    unsigned int iVerb, 
    unsigned int lpmsg, 
    Object^ pActiveSite, 
    unsigned int lindex, 
    unsigned int hwndParent, 
    unsigned int lprcPosRect
)
void DoVerb (
    UInt32 iVerb, 
    UInt32 lpmsg, 
    Object pActiveSite, 
    UInt32 lindex, 
    UInt32 hwndParent, 
    UInt32 lprcPosRect
)
function DoVerb (
    iVerb : uint, 
    lpmsg : uint, 
    pActiveSite : Object, 
    lindex : uint, 
    hwndParent : uint, 
    lprcPosRect : uint
)

Parameters

  • iVerb
  • lpmsg
  • pActiveSite
  • lindex
  • hwndParent
  • lprcPosRect

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

IOleObject Interface
IOleObject Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.Win32 Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.