findstr /s "AttachedDevice" *.cpp
chapter22\FileFilter\DriverEntry.cpp: if (!fido->AttachedDevice || (fi
do->AttachedDevice->Flags & DO_POWER_PAGABLE))
chapter22\FileFilter\DriverEntry.cpp: PDEVICE_OBJECT ldo = IoGetAttachedDevice
Reference(pdo);
chapter04\NT_Driver\2\Driver.cpp: KdPrint(("Device AttachedDevice:
0X%08X\n",pDevice->AttachedDevice));
chapter04\WDM_Driver\2\HelloWDM.cpp: KdPrint(("Device AttachedDevice:
0X%08X\n",pDevice->AttachedDevice));
chapter04\WDM_Driver\2\HelloWDM.cpp: for (;pDevice!=NULL;pDevice=pDevice->Att
achedDevice)
chapter04\WDM_Driver\2\HelloWDM.cpp: KdPrint(("Device AttachedDevice:
0X%08X\n",pDevice->AttachedDevice));
chapter12\Test2\NT_Driver\Driver.cpp:GetAttachedDeviceInfo( PDEVICE_OBJECT DevOb
j )
chapter12\Test2\NT_Driver\Driver.cpp: DeviceObject = DevObj->AttachedDevice;
chapter12\Test2\NT_Driver\Driver.cpp: DeviceObject = DeviceObject->AttachedDe
vice;
chapter12\Test2\NT_Driver\Driver.cpp: if ( DeviceObject->AttachedDevice )
chapter12\Test2\NT_Driver\Driver.cpp: GetAttachedDeviceInfo( DeviceObject )
;
chapter12\Test2\NT_Driver\Driver.cpp: if ( DeviceObject->Vpb->DeviceObject-
>AttachedDevice )
chapter12\Test2\NT_Driver\Driver.cpp: GetAttachedDeviceInfo( DeviceObject
->Vpb->DeviceObject );
chapter16\Test4\MyDriver\HelloWDM.cpp: targetObject = IoGetAttachedDeviceRefe
rence( DeviceObject );
findstr /s "AttachedDevice" *.cpp
原创文章标签 ll 文章分类 JavaScript 前端开发
上一篇:关于IsIconic函数
下一篇:从def文件得到lib文件
-
Linux编译socket.io-client-cpp
Linux socket.io build.
socket.io Linux Build socket.io-client.cpp c++ -
matlab-findstr()
字符串的查找和搜索函数。用下面的例子来看吧
搜索 字符串 大小写 -
Findstr 命令解析
Findstr 命令解析
职场 休闲 Findstr 命令解析 -
Windows DOS命令find 和 findstr
Windows dos命令find和findstr字符串查找命令
DOS find和findstr命令 -
Findstr的使用说明
Findstr的使用说明
DOS 职场 批处理 休闲 Findstr -
一个CPP Socket C/S程序
一个简单阻塞型tcp socket的cpp程序。
tcp socket cpp