IVsToolWindowToolbarHost.ProcessMouseActivationModal Method
This method is for the environment's use only. Method information is not provided. Do not use this method.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function ProcessMouseActivationModal ( _
hwnd As IntPtr, _
msg As UInteger, _
wp As UInteger, _
lp As Integer, _
<OutAttribute> ByRef plResult As Integer _
) As Integer
'Usage
Dim instance As IVsToolWindowToolbarHost
Dim hwnd As IntPtr
Dim msg As UInteger
Dim wp As UInteger
Dim lp As Integer
Dim plResult As Integer
Dim returnValue As Integer
returnValue = instance.ProcessMouseActivationModal(hwnd, _
msg, wp, lp, plResult)
int ProcessMouseActivationModal(
IntPtr hwnd,
uint msg,
uint wp,
int lp,
out int plResult
)
int ProcessMouseActivationModal(
[InAttribute] IntPtr hwnd,
[InAttribute] unsigned int msg,
[InAttribute] unsigned int wp,
[InAttribute] int lp,
[OutAttribute] int% plResult
)
abstract ProcessMouseActivationModal :
hwnd:IntPtr *
msg:uint32 *
wp:uint32 *
lp:int *
plResult:int byref -> int
function ProcessMouseActivationModal(
hwnd : IntPtr,
msg : uint,
wp : uint,
lp : int,
plResult : int
) : int
Parameters
- hwnd
Type: System.IntPtr
Do not use.
- msg
Type: System.UInt32
Do not use.
- wp
Type: System.UInt32
Do not use.
- lp
Type: System.Int32
Do not use.
- plResult
Type: System.Int32%
Do not use.
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsToolWindowToolbarHost Interface