DeviceID missing on Axim X30?

  • Thread starter Thread starter Nathan
  • Start date Start date
N

Nathan

DeviceID retrieval seems to be failing on Axim X30.

I call
KernelIoControl(IOCTL_HAL_GET_DEVICEID,

I thought this was supposed to work on everything 2002 and above. Any ideas?

Is there a possibility the output buffer needs to be longer than 256 bytes?

Nathan
 
Failing how? Wahts' the return value? What's the LastWin32Error reported?

--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m
http://www.opennetcf.org/donate
 
Return value is false. It is at a customer site, so I don't know the
LastWin32Error.

If the buffer size can be greater than 256, then it is possible this is
ERROR_INSUFFICIENT_BUFFER.

Or, as I've seen in some other forums, there are apparently some platforms
that want the buffer size to be exactly right. Exactly 16 bytes, etc.

Nathan
 
Back
Top