阅读:990回复:0
tBuffer = MmAllocateContiguousMemory( 8000 , tPhysicalAddress )
tBuffer = MmAllocateContiguousMemory( 8000 , tPhysicalAddress )
非WDM下,MmAllocateContiguousMemory编译得好好的,可是编译为WDM时,出现unresolved external symbol _imp_MmAllocateContiguousMemory@12 这是怎么回事啊?要怎么改呢? 像HalMakeBeep(0)、HalDisplayString(string1)、KeBugCheck这些又该怎么办? |
|