USB Device - Joystick/Mouse
1.0
Main Page
Modules
Classes
Files
File List
File Members
types.h
Go to the documentation of this file.
1
#ifndef _TYPES_H
2
#define _TYPES_H
3
4
typedef
unsigned
long
DWORD
;
5
typedef
unsigned
long
ULONG
;
6
typedef
long
LONG
;
7
typedef
float
FLOAT
;
8
typedef
short
SHORT
;
9
typedef
unsigned
short
USHORT
;
10
typedef
char
CHAR
;
11
typedef
unsigned
char
UCHAR
;
12
typedef
double
DOUBLE
;
13
typedef
unsigned
short
WORD
;
14
typedef
void (*
iChar
)(
unsigned
char,
void
*);
15
#endif
iChar
void(* iChar)(unsigned char, void *)
Definition:
types.h:14
CHAR
char CHAR
Definition:
types.h:10
SHORT
short SHORT
Definition:
types.h:8
USHORT
unsigned short USHORT
Definition:
types.h:9
LONG
long LONG
Definition:
types.h:6
FLOAT
float FLOAT
Definition:
types.h:7
UCHAR
unsigned char UCHAR
Definition:
types.h:11
DWORD
unsigned long DWORD
Definition:
types.h:4
DOUBLE
double DOUBLE
Definition:
types.h:12
ULONG
unsigned long ULONG
Definition:
types.h:5
WORD
unsigned short WORD
Definition:
types.h:13
Generated on Sun Jan 10 2016 19:01:40 for USB Device - Joystick/Mouse by
1.8.11