I cann't trace into IopfCallDriver?

Pregunta I cann't trace into IopfCallDriver?

  • lunes, 03 de septiembre de 2007 4:56
     
     

    When I want to trace into IoCallDriver using windbg by source code mode, I can enter IofCallDriver, but I can't trace into "IopfCallDriver(DeviceObject, Irp);" by source code mode. I see the implementation of IopfCallDriver, but I can't trace into it. Why?Thanks.

Todas las respuestas

  • miércoles, 05 de septiembre de 2007 14:16
     
     
    I have solved this problem. because IopfCallDriver is inline function.