32 unsigned short byte2a;
33 unsigned short byte2b;
34 unsigned char byte8[8];
37 unsigned long long parts[2];
43 if (parts[0] != _cmp.parts[0] || parts[1] != _cmp.parts[1])
58 MEMORY_CORRUPTION = 2,
59 INTERFACE_UNSUPPORTED = 3,
61 REDUNDANT_OPERATION = 5,
62 FEATURE_UNSUPPORTED = 6,
73 #define G_SUCCESS(_greturn_) ((~(_greturn_)) == 0x00000000) 82 #define G_FAIL(_greturn_) ((_greturn_) < 0xFFFFFFFF) 86 #ifndef GATEWARE_EXPORT_IMPLICIT 87 #define GATEWARE_EXPORT_IMPLICIT 89 #ifndef GATEWARE_EXPORT_EXPLICIT 90 #define GATEWARE_EXPORT_EXPLICIT extern "C" 93 #endif // end include guard Gateware Universally Unique Interface IDentifier.
Definition: GDefines.h:25
bool operator==(const GUUIID &_cmp) const
Comparison operator overload.
Definition: GDefines.h:41
GReturn
Listing of common error codes returned by Gateware functions.
Definition: GDefines.h:53
The core namespace to which all Gateware interfaces/structures/defines must belong.
Definition: GAudio.h:20