typedef struct { // Header Offset uint32_t hdrOffset; // Slot Size uint32_t slotSize[2]; // Executable flag bool executable; }SLOT_PARAMS;
Defines the slot information