46 #define _BOOLEAN_DEFINED 47 #define _UINT32_DEFINED 48 #define _UINT16_DEFINED 49 #define _UINT8_DEFINED 50 #define _INT32_DEFINED 51 #define _INT16_DEFINED 53 #define _UINT64_DEFINED 54 #define _INT64_DEFINED 68 #ifndef _BOOLEAN_DEFINED 70 #define _BOOLEAN_DEFINED 73 #ifndef _UINT32_DEFINED 75 #define _UINT32_DEFINED 78 #ifndef _UINT16_DEFINED 80 #define _UINT16_DEFINED 83 #ifndef _UINT8_DEFINED 85 #define _UINT8_DEFINED 88 #ifndef _INT32_DEFINED 90 #define _INT32_DEFINED 93 #ifndef _INT16_DEFINED 95 #define _INT16_DEFINED 100 #define _INT8_DEFINED 103 #ifndef _INT64_DEFINED 104 #if defined(__GNUC__) 105 #define __int64 long long 108 #define _INT64_DEFINED 111 #ifndef _UINT64_DEFINED 113 #define _UINT64_DEFINED 116 #ifndef _BYTE_DEFINED 118 #define _BYTE_DEFINED 129 #ifndef _AEEUID_DEFINED 132 #define _AEEUID_DEFINED 135 #ifndef _AEEIID_DEFINED 137 #define _AEEIID_DEFINED 140 #ifndef _AEECLSID_DEFINED 142 #define _AEECLSID_DEFINED 145 #ifndef _AEEPRIVID_DEFINED 147 #define _AEEPRIVID_DEFINED 150 #ifndef _AECHAR_DEFINED 152 #define _AECHAR_DEFINED 159 #ifndef _AEERESULT_DEFINED 161 #define _AEERESULT_DEFINED 175 #define CDECL __cdecl 201 #define MIN_INT8 -128 204 #define MIN_INT16 -32768 207 #define MIN_INT32 (~0x7fffffff) 210 #define MIN_INT64 (~0x7fffffffffffffffLL) 217 #define MAX_INT16 32767 220 #define MAX_INT32 2147483647 223 #define MAX_INT64 9223372036854775807LL 227 #define MAX_UINT8 255 230 #define MAX_UINT16 65535 233 #define MAX_UINT32 4294967295u 236 #define MAX_UINT64 18446744073709551615uLL 245 #define MAX_AECHAR 65535 257 #define __STR__(x) #x 258 #define __TOSTR__(x) __STR__(x) 259 #define __FILE_LINE__ __FILE__ ":" __TOSTR__(__LINE__) 268 #ifndef __QIDL_WCHAR_T_DEFINED__ 270 #define __QIDL_WCHAR_T_DEFINED__ 278 #if !defined(__QIDL_STRING_OBJECT_DEFINED__) && !defined(__STRING_OBJECT__) 279 #define __QIDL_STRING_OBJECT_DEFINED__ 280 #define __STRING_OBJECT__ 286 typedef struct _cstring_s {
297 typedef struct _wstring_s {
unsigned __int64 uint64
Definition: AEEStdDef.h:112
signed short int16
Definition: AEEStdDef.h:94
signed char int8
Definition: AEEStdDef.h:99
int AEEResult
Return value of functions indicating success or failure. return value 0 indicates success...
Definition: AEEStdDef.h:160
__int64 int64
Definition: AEEStdDef.h:107
uint32_t uint32
Definition: AEEStdDef.h:74
int32_t int32
Definition: AEEStdDef.h:89
unsigned short uint16
Definition: AEEStdDef.h:79
unsigned char boolean
Definition: AEEStdDef.h:69
unsigned char byte
Definition: AEEStdDef.h:117
unsigned char uint8
Definition: AEEStdDef.h:84