Re: SDK/Exports wince500
- From: "Luca Calligaris" <anonymous@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 7 Oct 2008 14:28:58 +0200
You would use something like this:
[DllImport("driver.dll")]
static extern Boolean aFunction(UInt32 parameter);
Take in account that functions exported by drivers will typically be called
by the device manager, GWES, or whatever
OS componentent manages the driver itself. Your application would use an API
to interact with the driver.
As an example, a serial driver will export COM_Open but your (C/C++)
application will call CreateFile to
obtain a handle to teh serial port
--
Luca Calligaris
www.eurotech.it
"Maarten" <Maarten@xxxxxxxxxxxxxxxxxxxxxxxxx> ha scritto nel messaggio
news:4ED13EEC-37EC-4770-BA5A-130618AEDD16@xxxxxxxxxxxxxxxx
My platform contains some driver directories that have xxx.def files in
it.
Are these exports directly visible from my application (in this case c#)
--
Maarten
.
- References:
- SDK/Exports wince500
- From: Maarten
- SDK/Exports wince500
- Prev by Date: Re: Platform Builder/debugger extension: ReadMemory crashes the extension
- Next by Date: Re: Can not adjest Storage memory and Program memory in system propert
- Previous by thread: SDK/Exports wince500
- Next by thread: Can not Resume to S0 from suspend in wince 6.0
- Index(es):
Relevant Pages
|