#include <isp.h>
typedef struct ISP_mem_dealloc {
ISP ISP_mem_da_hdr; // Standard header
ULONG ISP_mem_ptr_da; // address of memory to dealloc
} ISP_mem_dealloc, *PISP_mem_dealloc;
Contains information for a ISP_DEALLOC_MEM function.
ISP