P
Paul
I've been using a call to IOCTL_HAL_GET_DEVICEID in a VB.NET project to
return the unique 2 part device ID of a PDA and it's been behaving fine on
many different devices, however, we've recently got some iPAQ 214 PDAs in and
all of a sudden the code is returning exactly the same ID for each iPAQ 214
we run it on...
It's fine on other iPAQ's and all other brands we've used seem fine, it's
just the iPAQ 214's.... I've seen a million forum questions with people
asking how to get a unique ID from a PDA and all the answers seem to be to do
it the way I'm doing it using KernelIoControl and IOCTL_HAL_GET_DEVICEID...
So why isn't it working in this one specific case?
Any ideas anyone?
Thanks,
Paul
return the unique 2 part device ID of a PDA and it's been behaving fine on
many different devices, however, we've recently got some iPAQ 214 PDAs in and
all of a sudden the code is returning exactly the same ID for each iPAQ 214
we run it on...
It's fine on other iPAQ's and all other brands we've used seem fine, it's
just the iPAQ 214's.... I've seen a million forum questions with people
asking how to get a unique ID from a PDA and all the answers seem to be to do
it the way I'm doing it using KernelIoControl and IOCTL_HAL_GET_DEVICEID...
So why isn't it working in this one specific case?
Any ideas anyone?
Thanks,
Paul