2.5.18 AFEC_CALLBACK_OBJECT Struct
C
typedef struct
{
AFEC_CALLBACK callback_fn;
uintptr_t context;
}AFEC_CALLBACK_OBJECT;
Summary
AFEC Callback structure
Description
This stores the callback function pointer and context
Remarks
None.
typedef struct
{
AFEC_CALLBACK callback_fn;
uintptr_t context;
}AFEC_CALLBACK_OBJECT;
AFEC Callback structure
This stores the callback function pointer and context
None.