|
uLib
User mode C/C++ extended API library for Win32 programmers.
|
Typedefs | |
| typedef unsigned char | byte |
| typedef unsigned short | word |
| typedef unsigned long | dword |
| typedef unsigned char | uchar |
| typedef unsigned int | uint |
| typedef unsigned short | ushort |
| typedef unsigned long | ulong |
| typedef signed __int64 | int64 |
| typedef unsigned __int64 | uint64 |
| typedef uint64 | qword |
| typedef signed char | int8 |
| typedef signed short | int16 |
| typedef signed long | int32 |
| typedef unsigned char | uint8 |
| typedef unsigned short | uint16 |
| typedef unsigned long | uint32 |
| typedef void * | pvoid |
| typedef float * | pfloat |
| typedef double * | pdouble |
| typedef int * | pint |
| typedef short * | pshort |
| typedef long * | plong |
| typedef uint * | puint |
| typedef ushort * | pushort |
| typedef ulong * | pulong |
| typedef int8 * | pint8 |
| typedef int16 * | pint16 |
| typedef int32 * | pint32 |
| typedef int64 * | pint64 |
| typedef uint8 * | puint8 |
| typedef uint16 * | puint16 |
| typedef uint32 * | puint32 |
| typedef uint64 * | puint64 |
| typedef unsigned char byte |
Definition at line 40 of file uLib/Types.h.
| typedef unsigned short word |
Definition at line 41 of file uLib/Types.h.
| typedef unsigned long dword |
Definition at line 42 of file uLib/Types.h.
| typedef unsigned char uchar |
Definition at line 44 of file uLib/Types.h.
| typedef unsigned int uint |
Definition at line 45 of file uLib/Types.h.
| typedef unsigned short ushort |
Definition at line 46 of file uLib/Types.h.
| typedef unsigned long ulong |
Definition at line 47 of file uLib/Types.h.
| typedef signed __int64 int64 |
Definition at line 50 of file uLib/Types.h.
| typedef unsigned __int64 uint64 |
Definition at line 51 of file uLib/Types.h.
Definition at line 56 of file uLib/Types.h.
| typedef signed char int8 |
Definition at line 66 of file uLib/Types.h.
| typedef signed short int16 |
Definition at line 67 of file uLib/Types.h.
| typedef signed long int32 |
Definition at line 68 of file uLib/Types.h.
| typedef unsigned char uint8 |
Definition at line 69 of file uLib/Types.h.
| typedef unsigned short uint16 |
Definition at line 70 of file uLib/Types.h.
| typedef unsigned long uint32 |
Definition at line 71 of file uLib/Types.h.
| typedef void* pvoid |
Definition at line 75 of file uLib/Types.h.
| typedef float* pfloat |
Definition at line 76 of file uLib/Types.h.
| typedef double* pdouble |
Definition at line 77 of file uLib/Types.h.
| typedef int* pint |
Definition at line 79 of file uLib/Types.h.
| typedef short* pshort |
Definition at line 80 of file uLib/Types.h.
| typedef long* plong |
Definition at line 81 of file uLib/Types.h.
Definition at line 82 of file uLib/Types.h.
Definition at line 83 of file uLib/Types.h.
Definition at line 84 of file uLib/Types.h.
Definition at line 86 of file uLib/Types.h.
Definition at line 87 of file uLib/Types.h.
Definition at line 88 of file uLib/Types.h.
Definition at line 89 of file uLib/Types.h.
Definition at line 90 of file uLib/Types.h.
Definition at line 91 of file uLib/Types.h.
Definition at line 92 of file uLib/Types.h.
Definition at line 93 of file uLib/Types.h.