Set some compiler and system indemendant types.
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | NULL (0x0000) |
| Definition of 0 if it is not already defined. | |
Typedefs | |
| typedef unsigned char | BYTE |
| Definition of an unsigned 8-bit value. | |
| typedef unsigned short | WORD |
| Definition of an unsigned 16-bit value. | |
| typedef short | ZWORD |
| Definition of a signed 16-bit value. | |
| typedef unsigned long | LONG |
| Definition of an umsigned 32-bit value. | |
| typedef long | ZLONG |
| Definition of a signed 32-bit value. | |
| typedef BOOL | BOOLEAN |
| typedef long | RESPONSECODE |
| typedef used by the pcsc-lite code | |
| typedef long | HANDLE |
| A system non-specific definition of a handle. | |
Enumerations | |
| enum | BOOL { FALSE = 0, TRUE } |
| Definition of true and false. More... | |
|
|
Definition of 0 if it is not already defined.
|
|
|
See BOOL for definition |
|
|
Definition of an unsigned 8-bit value.
|
|
|
A system non-specific definition of a handle. This definition of a handle maps onto the system version of a file handle |
|
|
Definition of an umsigned 32-bit value.
|
|
|
typedef used by the pcsc-lite code This typedef is defined in the pcsc-lite code. This is the return code used by this ifdhandler to return error codes to the pcsc code.
|
|
|
Definition of an unsigned 16-bit value.
|
|
|
Definition of a signed 32-bit value.
|
|
|
Definition of a signed 16-bit value.
|
|
|
Definition of true and false.
|
1.3.6