Re: Accessing C++ application from c - kernel driver mode
- From: "Maxim S. Shatskih" <maxim@xxxxxxxxxxxxxxxx>
- Date: Thu, 26 Jan 2006 06:12:32 +0300
Rewrite the app so it will push the dynamic data to the driver via IOCTLs.
The easiest way.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@xxxxxxxxxxxxxxxx
http://www.storagecraft.com
"Eric" <spam@xxxxxxx> wrote in message
news:u4mX9HiIGHA.1876@xxxxxxxxxxxxxxxxxxxxxxx
> How would I solve that? I wrote a driver that needs to call a specific
procedures
> in main MFC application. The most what I need is a fast exchange of dynamic
data.
> How would I allocate memory between driver and application so it's shared
> between? Begging for help. Thank you.
>
> Eric
>
>
.
- References:
- Prev by Date: Re: IoCancelIrp and TDI
- Next by Date: Re: Problem to link itoa()
- Previous by thread: Re: Accessing C++ application from c - kernel driver mode
- Next by thread: Re: Accessing C++ application from c - kernel driver mode
- Index(es):
Relevant Pages
|