HI all,
i m writing a wdm device driver and going to use a kernel function that
defined only in “ntddk.h”, but i found i can’t both include “wdm.h” and
“ntddk.h”. Why? What i should do?
Best Regards,
huffman
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
http://join.msn.com/?page=features/virus
Hi,
Well, just copy the prototype from the ntddk.h file
to wdm.h file , I believe that should solve the
problem.
regards
Biswaroop
----- Original Message -----
From: “huffman hwang”
To: “NT Developers Interest List”
Sent: Friday, March 21, 2003 1:01 PM
Subject: [ntdev] Help!I can’t include ntddk.h?
> HI all,
> i m writing a wdm device driver and going to use a kernel function
that
> defined only in “ntddk.h”, but i found i can’t both include “wdm.h” and
> “ntddk.h”. Why? What i should do?
>
> Best Regards,
> huffman
>
>
>
>
>
> _________________________________________________________________
> MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
> http://join.msn.com/?page=features/virus
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@integramicro.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>