'Declaration
Public Overloads Shared Function SetWindowsHookEx( _ ByVal type As System.Integer, _ ByVal hook As KeyboardProc, _ ByVal instance As System.IntPtr, _ ByVal threadID As System.Integer _ ) As System.IntPtr
'Usage
Dim type As System.Integer Dim hook As KeyboardProc 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