D
davebythesea
Hi,
I am using pInvoke of KernelIoControl in the coredll to obtain the unique
Device ID. After reading up on the Device ID it appears to be stored in 16
bytes. I have an older PocketPC 2003 (HP iPAQ), and the Device ID is quite
short, it looks like this (i changed some of the characters)
0f25213c-1d0f-4109-0900-0050bf2000f
Now I am running the code on a newer device (HP iPAQ 214), and the Device ID
is a lot longer, it looks like this (i changed some of the characters)
50006f00-6300-6b00-6500-74005000470000004960485042523232306f323433333800
So, I'm wondering, what would be the maximum size in characters the Device
ID can be? Would it be 128 characters?
Thanks for any info,
D
I am using pInvoke of KernelIoControl in the coredll to obtain the unique
Device ID. After reading up on the Device ID it appears to be stored in 16
bytes. I have an older PocketPC 2003 (HP iPAQ), and the Device ID is quite
short, it looks like this (i changed some of the characters)
0f25213c-1d0f-4109-0900-0050bf2000f
Now I am running the code on a newer device (HP iPAQ 214), and the Device ID
is a lot longer, it looks like this (i changed some of the characters)
50006f00-6300-6b00-6500-74005000470000004960485042523232306f323433333800
So, I'm wondering, what would be the maximum size in characters the Device
ID can be? Would it be 128 characters?
Thanks for any info,
D