Home > Archive > Smartphone Developer Forum > January 2006 > Where is nled.h in the smartphone SDK
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Where is nled.h in the smartphone SDK
|
|
| Maik Wiege 2006-01-17, 7:07 pm |
| Hello!
I found some articles about setting the leds of a pocket pc using this code:
#include <nled.h>
extern " C "
{
BOOL NLedGetDeviceInfo(INT nID, PVOID pOutput);
BOOL NLedSetDevice(INT nID, PVOID pOutput);
}
....
But there is no nled.h in the smartphone SDK. Are there new functions
now for doing that stuff? I can't find it...
Thanks for any advise
Maik
| |
| Peter Foot [MVP] 2006-01-17, 7:07 pm |
| I haven't tested this but the Pocket PC SDK does still have this file, you
could probably copy it to the include folder under the Smartphone SDK and it
should still work.
Peter
--
Peter Foot
Windows Embedded MVP
www.peterfoot.net | www.inthehand.com
"Maik Wiege" <mswiege*nospam*@gmx.de> wrote in message
news:Oyws0d3GGHA.344@TK2MSFTNGP11.phx.gbl...
> Hello!
> I found some articles about setting the leds of a pocket pc using this
> code:
> #include <nled.h>
> extern " C "
> {
> BOOL NLedGetDeviceInfo(INT nID, PVOID pOutput);
> BOOL NLedSetDevice(INT nID, PVOID pOutput);
> }
> ...
>
> But there is no nled.h in the smartphone SDK. Are there new functions now
> for doing that stuff? I can't find it...
>
> Thanks for any advise
> Maik
|
|
|
|
|