struct MEM_Resource_s { MEM_DES MEM_Header; MEM_RANGE MEM_Data[]; }; typedef struct MEM_Resource_s MEM_RESOURCE;
Contains information about a memory resource.