This section documents all the structs used by the C API functions and hooks; these structs are listed alphabetically. All structs with names that begin with an underscore have been typedef'ed in the following way:
#define __EC_TYPES_DEF(x) \
struct _##x; \
typedef struct _##x x
Was this page helpful?