1.34.1.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.