What’s the reason to include that .h file in your driver? Do you have some
structures that are shared accross your UM and KM components? If so just
declare them in separate .h file and include that file into your driver’s
code and .idl file.
Vladimir
-----Original Message-----
From: Tom Pr [mailto:xxxxx@yahoo.com]
Sent: Thursday, April 10, 2003 9:48 AM
To: NT Developers Interest List
Subject: [ntdev] Accessing user mode user mode header files(.h) files in the
driver.
Hi All,
My WDM driver needs to access .h files generated by
some user mode clients.Those files generated using
MIDL (Microsoft interface definition language)
and includes rpc.h and some other user mode header
files.
The problem is whenever I include the above header
files I am getting lot of compilation errors. Since
those header files using some user mode defined files.
Is there a mechanism to solve this problem? please let
me know. IS IT POSSIBLE TO ACCESS SOME COM WINDOWS
USER MODE HEADER FILES IN THE DRIVER?
Thanks.
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com
You are currently subscribed to ntdev as: xxxxx@borland.com
To unsubscribe send a blank email to xxxxx@lists.osr.com