Page 1 of 2

Pocket PC Serial Numbers

PostPosted: Jul 27, 2001 @ 4:58pm
by Dan East

Re: Pocket PC Serial Numbers

PostPosted: Jul 27, 2001 @ 5:09pm
by suchiaruzu

Re: Pocket PC Serial Numbers

PostPosted: Jul 27, 2001 @ 5:16pm
by Dan East

Re: Pocket PC Serial Numbers

PostPosted: Jul 27, 2001 @ 5:20pm
by Dan East
Here's where I read that the devices do not have unique hardware serial numbers:<br><br><br>Dan East

Re: Pocket PC Serial Numbers

PostPosted: Jul 27, 2001 @ 5:40pm
by Digby
IOCTL_HAL_GET_DEVICEID<br>

Re: Pocket PC Serial Numbers

PostPosted: Jul 27, 2001 @ 5:50pm
by Dan East
Thanks! I knew there was an IOCTL for it, but couldn't find it. My next problem is that I can't find the definition for IOCTL_HAL_GET_DEVICEID in any of my SDKs. Do you have a resource for that? Thanks again!<br><br>Dan East

Re: Pocket PC Serial Numbers

PostPosted: Jul 27, 2001 @ 6:34pm
by Digby
The MSDN docs say it's in pkfuncs.h.  I don't seem to have that either, as it's probably a Platform Builder file.  You might try downloading the newly available CE 3.0 source code from the MS website .<br>

Re: Pocket PC Serial Numbers

PostPosted: Jul 27, 2001 @ 9:50pm
by Moose or Chuck
Asset View- what? I don't have one of those thingies on my Casio. It must be better, can I have it? :)

Re: Pocket PC Serial Numbers

PostPosted: Jul 27, 2001 @ 9:54pm
by Chris Edwards
it's only for 1337 iPAQ's

Re: Pocket PC Serial Numbers

PostPosted: Jul 27, 2001 @ 9:58pm
by Moose or Chuck
I feel real left out now~

Re: Pocket PC Serial Numbers

PostPosted: Jul 28, 2001 @ 12:09am
by Matt Keys
i dont have it either, but i do have a arm device, how about someone sends it to me and we will see if it works? :)

Re: Pocket PC Serial Numbers

PostPosted: Jul 30, 2001 @ 9:33am
by Dan East
If anyone knows the value of IOCTL_HAL_GET_DEVICEID then please post it. I need it ASAP! Thanks!<br><br>Dan East

Re: Pocket PC Serial Numbers

PostPosted: Jul 30, 2001 @ 10:17am
by Dan East
I found it on usenet:<br><br>[fixed]#define IOCTL_HAL_GET_DEVICEID CTL_CODE(FILE_DEVICE_HAL, 21,<br>METHOD_BUFFERED, FILE_ANY_ACCESS)[/fixed]<br><br>Dan East

Re: Pocket PC Serial Numbers

PostPosted: Jul 31, 2001 @ 12:33pm
by Malmer
hmm...when trying it out it gave me errors. Most of the things was undefined. Tell me Dan, how do I get such a thing working?

Re: Pocket PC Serial Numbers

PostPosted: Jul 31, 2001 @ 1:09pm
by Digby
Everything you need should be in winioctl.h.<br><br>