3 writes to hhook
System.Windows.Forms (3)
winforms\Managed\System\WinForms\SendKeys.cs (3)
238
hhook
= UnsafeNativeMethods.SetWindowsHookEx(NativeMethods.WH_JOURNALPLAYBACK,
310
hhook
= IntPtr.Zero;
980
hhook
= IntPtr.Zero;
6 references to hhook
System.Windows.Forms (6)
winforms\Managed\System\WinForms\SendKeys.cs (6)
235
if (
hhook
== IntPtr.Zero) {
242
if (
hhook
== IntPtr.Zero)
305
if (
hhook
!= IntPtr.Zero) {
974
if (
hhook
!= IntPtr.Zero) {
979
UnsafeNativeMethods.UnhookWindowsHookEx(new HandleRef(null,
hhook
));
1101
UnsafeNativeMethods.CallNextHookEx(new HandleRef(null, SendKeys.
hhook
), code, wparam, lparam);