Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
902 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. VALIDATE.H
  5. Abstract:
  6. This module contains the PUBLIC definitions for the to allow user
  7. apps to access this filter driver.
  8. Environment:
  9. Kernel & user mode
  10. Revision History:
  11. Feb-97 : created by Kenneth Ray
  12. --*/
  13. #ifndef _VALUEADD_H
  14. #define _VALUEADD_H
  15. #define VA_FILTER_NTNAME L"\\Device\\USB_Valueadd_Driver"
  16. #define VA_FILTER_SYMNAME L"\\DosDevices\\USBValueadd"
  17. #define VA_FILTER_W32Name "\\\\.\\USBValueadd"
  18. #define STIM_CODE(_x_) CTL_CODE( \
  19. FILE_DEVICE_UNKNOWN, \
  20. (0x800 | _x_), \
  21. METHOD_BUFFERED, \
  22. FILE_ANY_ACCESS \
  23. )
  24. // #define IOCTL_HIDV_ CTL_CODE(1)
  25. #endif