HandleDPC
gDPC->queue_dpc(device->fDPCHandle, HandleDPC, device);
gDPC->queue_dpc(fDPCHandle, HandleDPC, this);
static void HandleDPC(void* arg);