문제

Is it possible to create and send IRP read/write packets from UMDF driver to kernel-mode driver that represents the device?

도움이 되었습니까?

해결책

It is possible via calling FormatRequestForRead/FormatRequestForWrite method of IO target and sending request. See http://msdn.microsoft.com/en-us/library/windows/hardware/ff559236(v=vs.85).aspx for example.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top