Leaked source code of windows server 2003
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
744 B

/*++
Copyright (C) Microsoft Corporation, 1999 - 1999
Module Name:
smcdbg.h
Abstract:
This header contains all definitions for the smart card debugger
Environment:
Kernel mode only.
Revision History:
- Created Jan. 1999 by Klaus Schutz
--*/
#define IOCTL_SMCLIB_SEND_DEBUG_REQUEST SCARD_CTL_CODE(100)
#define IOCTL_SMCLIB_PROCESS_T1_REQUEST SCARD_CTL_CODE(101)
#define IOCTL_SMCLIB_GET_T1_REQUEST SCARD_CTL_CODE(102)
#define IOCTL_SMCLIB_GET_T1_REPLY SCARD_CTL_CODE(103)
#define IOCTL_SMCLIB_PROCESS_T1_REPLY SCARD_CTL_CODE(104)
#define IOCTL_SMCLIB_IGNORE_T1_REPLY SCARD_CTL_CODE(105)
#define IOCTL_SMCLIB_NOTIFY_DEVICE_REMOVAL SCARD_CTL_CODE(106)