globalplatform
Macros | Typedefs | Variables
types.h File Reference
#include <wintypes.h>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NULL   0
 

Typedefs

typedef void * PVOID
 Pointer definition.
 
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 unsigned char BYTE
 A Microsoft/Muscle BYTE definition.
 
typedef unsigned long DWORD
 A Microsoft/Muscle DWORD definition.
 
typedef long LONG
 A long value.
 

Variables

const typedef char * OPGP_CSTRING
 A Microsoft/Muscle LPCTSTR.
 

Detailed Description

This file contains type definitions.