Re: KMDF handling of internal IOCTLs
- From: chris.aseltine@xxxxxxxxx
- Date: Fri, 20 Jun 2008 07:41:09 -0700 (PDT)
On Jun 20, 7:36 am, Wilhelm Noeker <wnoe...@xxxxxxxxxxx> wrote:
I'm having trouble with my very first KMDF driver. Starting from the
KMDF Toaster bus sample, I've tried to add a handler for
IRP_MJ_INTERNAL_DEVICE_CONTROL.
Are you trying to receive internal IOCTLs at your bus FDO, or the PDO
of one of your children? I suspect it's the latter case, and you're
trying to attach the queue to your bus FDO.
If this is what you're doing, after you call WdfDeviceCreate() for
your child and get a WDFDEVICE back......attach the queue to that guy,
not your bus FDO WDFDEVICE.
.
- Follow-Ups:
- Re: KMDF handling of internal IOCTLs
- From: Wilhelm Noeker
- Re: KMDF handling of internal IOCTLs
- References:
- KMDF handling of internal IOCTLs
- From: Wilhelm Noeker
- KMDF handling of internal IOCTLs
- Prev by Date: Re: Getting same physical address for 2 different user addresses.
- Next by Date: Re: KMDF handling of internal IOCTLs
- Previous by thread: KMDF handling of internal IOCTLs
- Next by thread: Re: KMDF handling of internal IOCTLs
- Index(es):
Relevant Pages
|