IOCTL calls
From: voidcoder (voidcoder_at_yahoo.com)
Date: 01/24/05
- Next message: Bruce Eitman \(eMVP\): "Re: IOCTL calls"
- Previous message: voidcoder: "Re: How to implement OSD in WinCE 4.2 ?"
- Next in thread: Bruce Eitman \(eMVP\): "Re: IOCTL calls"
- Reply: Bruce Eitman \(eMVP\): "Re: IOCTL calls"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 Jan 2005 14:01:16 +0100
Dear ce gurus,
does anybody know what happens when
one application called DeviceIoControl(IOCTL_xxx)
to the driver and is waiting while driver
will process IOCTL_xxx and DeviceIoControl will
return back. And in the same time another application
makes the same DeviceIoControl(IOCTL_xxx) to
the same driver.
What happens in this situation? Will IOCTL_xxx
request from the second app be delayed until IOCTL_xxx
from the first app will be processed?
Thanks
- Next message: Bruce Eitman \(eMVP\): "Re: IOCTL calls"
- Previous message: voidcoder: "Re: How to implement OSD in WinCE 4.2 ?"
- Next in thread: Bruce Eitman \(eMVP\): "Re: IOCTL calls"
- Reply: Bruce Eitman \(eMVP\): "Re: IOCTL calls"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|