TaskKeyHook.h 408 B

1234567891011
  1. ////////////////////////////////////////////////////////////////
  2. // MSDN Magazine -- September 2002
  3. // If this code works, it was written by Paul DiLascia.
  4. // If not, I don't know who wrote it.
  5. // Compiles with Visual Studio 6.0 and Visual Studio .NET on Windows XP.
  6. //
  7. #define DLLIMPORT __declspec(dllimport)
  8. DLLIMPORT BOOL DisableTaskKeys(BOOL bEnable, BOOL bBeep);
  9. DLLIMPORT BOOL AreTaskKeysDisabled();