Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 212 of file drvmgmt.c.
{ PLDR_DATA_TABLE_ENTRY LdrEntry; // // Get the loader entry // LdrEntry = (PLDR_DATA_TABLE_ENTRY)DriverObject->DriverSection; if (!LdrEntry) return FALSE; // // Check if we're verifying or not // return (LdrEntry->Flags & LDRP_IMAGE_VERIFYING) ? TRUE: FALSE; }