说一个函数pageable是什么意思?
在msdn的ddk文档里面看到的,理解不了,求大牛们解答:
Class driver DispatchDeviceControl and DispatchInternalDeviceControl routines must be resident; that is, they cannot be pageable nor part of a driver's pageable-image section.
[解决办法]
POOL_TYPE enumeration
这个跟Windows的内存管理相关.
resident在内存中指长期驻留在物理内存中. 而pageable的内存内容在高IRQL的线程中是不可以去操作访问的.