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.

28 lines
716 B

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1999 - 1999
  3. Module Name:
  4. smcdbg.h
  5. Abstract:
  6. This header contains all definitions for the smart card debugger
  7. Environment:
  8. Kernel mode only.
  9. Revision History:
  10. - Created Jan. 1999 by Klaus Schutz
  11. --*/
  12. #define IOCTL_SMCLIB_SEND_DEBUG_REQUEST SCARD_CTL_CODE(100)
  13. #define IOCTL_SMCLIB_PROCESS_T1_REQUEST SCARD_CTL_CODE(101)
  14. #define IOCTL_SMCLIB_GET_T1_REQUEST SCARD_CTL_CODE(102)
  15. #define IOCTL_SMCLIB_GET_T1_REPLY SCARD_CTL_CODE(103)
  16. #define IOCTL_SMCLIB_PROCESS_T1_REPLY SCARD_CTL_CODE(104)
  17. #define IOCTL_SMCLIB_IGNORE_T1_REPLY SCARD_CTL_CODE(105)
  18. #define IOCTL_SMCLIB_NOTIFY_DEVICE_REMOVAL SCARD_CTL_CODE(106)