GenICam Common Error Values. More...
#include <Base/GCTypes.h>
Go to the source code of this file.
#define GC_GET_ERROR | ( | ErrorCode | ) | (((ErrorCode ) & 0xFFFF ) | 0xFFFF0000) |
#define GC_IS_ERROR | ( | ErrorCode | ) | (((ErrorCode ) & 0x80000000) ? true : false) |