FastIo

相对全的fastio

struct FastIO{ static const int S=1048576; char buf[S],*pL,*pR;int stk[20],Top; #define Clear() (fwrite(buf,1,Top,stdout),Top=0) #define gc() ( pL==pR ......
fastio

FastIo driver

由于你的驱动将要绑定到文件系统驱动的上边,文件系统除了处理正常的IRP 之外,还要处理所谓的FastIo.FastIo是Cache Manager 调用所引发的一种没有irp 的请求。换句话说,除了正常的Dispatch Functions 之外,你还得为DriverObject 撰写另一组Fast ......
FastIo driver
共2篇  :1/1页 首页上一页1下一页尾页