hi
i need to send some messages to application by the driver.
can we do that and how to go about doing it .
I am new to this area but am trying to learn the way.
Thanks in advance.
shishir
One way to do this is to create an application thread that calls down into
the driver and waits on an event. The event is then triggered when the
driver has something to send up to the application. When the driver
triggers the event, the application thread then runs and can acquire and
process any data waiting in the driver for processing.
Hope this helps.
- Chris
On 09/30/00, ““sak” ” wrote:
> ------=_NextPart_000_0013_01C02B05.DB865A60
> Content-Type: text/plain;
> charset=“iso-8859-1”
> Content-Transfer-Encoding: quoted-printable
>
> hi=20
> i need to send some messages to application by the driver.
> can we do that and how to go about doing it .
> I am new to this area but am trying to learn the way.
> Thanks in advance.
> shishir
>