public static System.IntPtr SetWindowsHookEx( System.int type, MouseHookHandler hook, System.IntPtr instance, System.int threadID )
'Declaration
Public Overloads Shared Function SetWindowsHookEx( _ ByVal type As System.Integer, _ ByVal hook As MouseHookHandler, _ ByVal instance As System.IntPtr, _ ByVal threadID As System.Integer _ ) As System.IntPtr
'Usage
Dim type As System.Integer Dim hook As MouseHookHandler Dim instance As System.IntPtr Dim threadID As System.Integer Dim value As System.IntPtr value = NUser32.SetWindowsHookEx(type, hook, instance, threadID)
Parameters
- type
- hook
- instance
- threadID