uLib  User mode C/C++ extended API library for Win32 programmers.

Module Description

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 uintpuint
 
typedef ushortpushort
 
typedef ulongpulong
 
typedef int8pint8
 
typedef int16pint16
 
typedef int32pint32
 
typedef int64pint64
 
typedef uint8puint8
 
typedef uint16puint16
 
typedef uint32puint32
 
typedef uint64puint64
 

Typedef Documentation

◆ byte

typedef unsigned char byte

Definition at line 40 of file uLib/Types.h.

◆ word

typedef unsigned short word

Definition at line 41 of file uLib/Types.h.

◆ dword

typedef unsigned long dword

Definition at line 42 of file uLib/Types.h.

◆ uchar

typedef unsigned char uchar

Definition at line 44 of file uLib/Types.h.

◆ uint

typedef unsigned int uint

Definition at line 45 of file uLib/Types.h.

◆ ushort

typedef unsigned short ushort

Definition at line 46 of file uLib/Types.h.

◆ ulong

typedef unsigned long ulong

Definition at line 47 of file uLib/Types.h.

◆ int64

typedef signed __int64 int64

Definition at line 50 of file uLib/Types.h.

◆ uint64

typedef unsigned __int64 uint64

Definition at line 51 of file uLib/Types.h.

◆ qword

typedef uint64 qword

Definition at line 56 of file uLib/Types.h.

◆ int8

typedef signed char int8

Definition at line 66 of file uLib/Types.h.

◆ int16

typedef signed short int16

Definition at line 67 of file uLib/Types.h.

◆ int32

typedef signed long int32

Definition at line 68 of file uLib/Types.h.

◆ uint8

typedef unsigned char uint8

Definition at line 69 of file uLib/Types.h.

◆ uint16

typedef unsigned short uint16

Definition at line 70 of file uLib/Types.h.

◆ uint32

typedef unsigned long uint32

Definition at line 71 of file uLib/Types.h.

◆ pvoid

typedef void* pvoid

Definition at line 75 of file uLib/Types.h.

◆ pfloat

typedef float* pfloat

Definition at line 76 of file uLib/Types.h.

◆ pdouble

typedef double* pdouble

Definition at line 77 of file uLib/Types.h.

◆ pint

typedef int* pint

Definition at line 79 of file uLib/Types.h.

◆ pshort

typedef short* pshort

Definition at line 80 of file uLib/Types.h.

◆ plong

typedef long* plong

Definition at line 81 of file uLib/Types.h.

◆ puint

typedef uint* puint

Definition at line 82 of file uLib/Types.h.

◆ pushort

typedef ushort* pushort

Definition at line 83 of file uLib/Types.h.

◆ pulong

typedef ulong* pulong

Definition at line 84 of file uLib/Types.h.

◆ pint8

typedef int8* pint8

Definition at line 86 of file uLib/Types.h.

◆ pint16

typedef int16* pint16

Definition at line 87 of file uLib/Types.h.

◆ pint32

typedef int32* pint32

Definition at line 88 of file uLib/Types.h.

◆ pint64

typedef int64* pint64

Definition at line 89 of file uLib/Types.h.

◆ puint8

typedef uint8* puint8

Definition at line 90 of file uLib/Types.h.

◆ puint16

typedef uint16* puint16

Definition at line 91 of file uLib/Types.h.

◆ puint32

typedef uint32* puint32

Definition at line 92 of file uLib/Types.h.

◆ puint64

typedef uint64* puint64

Definition at line 93 of file uLib/Types.h.