How to use WdfIoQueueCreate

Ryuji Kawaida 61 Reputation points
2021-05-31T10:08:08.437+00:00

I am create driver (KMDF) read a serial port in a loop, while a device is connected to port COM.
So I googled and found about use WdfIoQueueCreate.

https://learn.microsoft.com/en-us/windows-hardware/drivers/wdf/framework-queue-objects

There are many examples but they are not so understandable. Do you know any simple example?

Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,548 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Doron Holan 1,801 Reputation points
    2021-06-08T16:58:53.603+00:00

    Every WDF based WDK sample shows how to create and use a WDFQUEUE. There are also extensive docs. What is not clear?

    0 comments No comments