Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

WDFQUEUE and WdfRequestCreate

69 views
Skip to first unread message

Guilherme Moro

unread,
Apr 6, 2010, 9:56:30 AM4/6/10
to
Hello all,

Following the documentation I found that I can't put on a WDFQUEUE a
self created request (WdfRequestCreate), is this correct ?

I'm implementing a mechanism to split my Read requests in several
smaller ones before serve them, is there any new (or elegant) way of
doing this in WDF, any sample?

Thanks

Guilherme Moro

Doron Holan [MSFT]

unread,
Apr 7, 2010, 2:21:11 PM4/7/10
to
that is correct. what do you think the WDFQUEUE is going to buy you in this
case? typicaly when you split a request into subrequests, you are sending
the request to a WDFIOTARGET, not putting them back in to your own queue

d

--

This posting is provided "AS IS" with no warranties, and confers no rights.


"Guilherme Moro" <guilher...@gmail.com> wrote in message
news:34cad56c-6a3c-4a0e...@i37g2000yqn.googlegroups.com...

Guilherme Moro

unread,
Apr 8, 2010, 10:42:20 AM4/8/10
to
Yes, but I need lists to hold the requests until they are completed in
another driver, just thinking of using WDFQUEUE to make a cleaner
code, but I misunderstand the function of this object, its not
intended to be used to inter driver communication.
Its ok to use normal lists too, so I have made with normal lists.

many thanks

Guilherme Moro

On Apr 7, 3:21 pm, "Doron Holan [MSFT]"


<doron.ho...@online.microsoft.com> wrote:
> that is correct.  what do you think the WDFQUEUE is going to buy you in this
> case?  typicaly when you split a request into subrequests, you are sending
> the request to a WDFIOTARGET, not putting them back in to your own queue
>
> d
>
> --
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>

> "Guilherme Moro" <guilherme.m...@gmail.com> wrote in message

0 new messages