findstr /s "AttachedDevice" *.cpp

来源:互联网 发布:mac ps合并图层快捷键 编辑:程序博客网 时间:2024/05/22 00:29
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 );