PAGED_CODE()时间:2023-03-09 15:56:46 #if DBG #define PAGED_CODE() \ if (VideoPortGetCurrentIrql() > /*APC_LEVEL*/) { \ VideoPortDebugPrint(, "Video: Pageable code called at IRQL %d\n", VideoPortGetCurrentIrql() ); \ ASSERT(FALSE); \ } #else #define PAGED_CODE() #endif