#include <PCSC/wintypes.h>Go to the source code of this file.
Typedefs | |
| typedef void * | PVOID |
| Pointer definition. | |
| typedef char * | OPGP_STRING |
| A Microsoft/Muscle LPTSTR. | |
| typedef const char * | OPGP_CSTRING |
| A Microsoft/Muscle LPCTSTR. | |
| typedef unsigned char * | PBYTE |
| A Microsoft/Muscle LPBYTE, pointer to unsigned char. | |
| typedef unsigned long * | PDWORD |
| A Microsoft LPDWORD/Muscle pointer to a DWORD. | |
| typedef unsigned char | BYTE |
| A Microsoft/Muscle BYTE definition. | |
| typedef unsigned long | DWORD |
| A Microsoft/Muscle DWORD definition. | |
| typedef long | LONG |
| A long value. | |
This file contains type definitions.
| typedef unsigned char BYTE |
A Microsoft/Muscle BYTE definition.
| typedef unsigned long DWORD |
A Microsoft/Muscle DWORD definition.
| typedef long LONG |
A long value.
| typedef const char* OPGP_CSTRING |
A Microsoft/Muscle LPCTSTR.
| typedef char* OPGP_STRING |
A Microsoft/Muscle LPTSTR.
| typedef unsigned char* PBYTE |
A Microsoft/Muscle LPBYTE, pointer to unsigned char.
| typedef unsigned long* PDWORD |
A Microsoft LPDWORD/Muscle pointer to a DWORD.
| typedef void* PVOID |
Pointer definition.
1.6.3