¡@

Home 

c++ Programming Glossary: g_hhookkbdll

Disable CONTROL + ALT + DELETE and Windows(win) Key in Windows 7 using Win32 application

http://stackoverflow.com/questions/4529577/disable-control-alt-delete-and-windowswin-key-in-windows-7-using-win32-app

always a system wide hook. #pragma data_seg .mydata HHOOK g_hHookKbdLL NULL hook handle BOOL g_bBeep FALSE beep on illegal key #pragma.. go directly to jail do not pass go return CallNextHookEx g_hHookKbdLL nCode wp lp Are task keys disabled ”ie is hook installed Note.. the same thing DLLEXPORT BOOL AreTaskKeysDisabled return g_hHookKbdLL NULL Disable task keys install low level kbd hook. Return whether..