From: Harry Simpson on
I'm using IOCTL_HAL_GET_DEVICEID
and it gives me:
3500089F7748F9A13800-0050BF3F5173

Where on the device can i go to get this number without
programming.....Settings, DeviceID is the friendly name you give the device.
Is this like the MAC address for the PPC???

Is there a better way for my to track in a log which device did what?

TIA

Harry


From: Peter Foot [MVP] on
This ID is unique to the device and cannot be changed by the user. However
there isn't anywhere in the UI which will display this value - and it wont
match the manufacturers serial number on the back of the device.
The DeviceID in the control panel is stored in the registry in the
HKEY_LOCAL_MACHINE\Ident key. However it's easy for a user to change this so
may not be good for your logs.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

"Harry Simpson" <hssimpson(a)phgt.net> wrote in message
news:%23NLPcp6EFHA.3536(a)TK2MSFTNGP15.phx.gbl...
> I'm using IOCTL_HAL_GET_DEVICEID
> and it gives me:
> 3500089F7748F9A13800-0050BF3F5173
>
> Where on the device can i go to get this number without
> programming.....Settings, DeviceID is the friendly name you give the
> device. Is this like the MAC address for the PPC???
>
> Is there a better way for my to track in a log which device did what?
>
> TIA
>
> Harry
>
>


From: Harry Simpson on
Thanks Peter,

Is the first set of numbers 3500089F7748F9A13800
or the second set 0050BF3F5173
of the total DeviceID of 3500089F7748F9A13800-0050BF3F5173
likely to be unique or does the whole number make up the guid?

Harry

"Peter Foot [MVP]" <feedback(a)nospam-inthehand.com> wrote in message
news:OI7Yv46EFHA.3368(a)TK2MSFTNGP10.phx.gbl...
> This ID is unique to the device and cannot be changed by the user. However
> there isn't anywhere in the UI which will display this value - and it wont
> match the manufacturers serial number on the back of the device.
> The DeviceID in the control panel is stored in the registry in the
> HKEY_LOCAL_MACHINE\Ident key. However it's easy for a user to change this
> so may not be good for your logs.
>
> Peter
>
> --
> Peter Foot
> Windows Embedded MVP
> www.inthehand.com | www.opennetcf.org
>
> "Harry Simpson" <hssimpson(a)phgt.net> wrote in message
> news:%23NLPcp6EFHA.3536(a)TK2MSFTNGP15.phx.gbl...
>> I'm using IOCTL_HAL_GET_DEVICEID
>> and it gives me:
>> 3500089F7748F9A13800-0050BF3F5173
>>
>> Where on the device can i go to get this number without
>> programming.....Settings, DeviceID is the friendly name you give the
>> device. Is this like the MAC address for the PPC???
>>
>> Is there a better way for my to track in a log which device did what?
>>
>> TIA
>>
>> Harry
>>
>>
>
>


From: Dieter on
1st number is Imei. I think u use a HTC device.

2nd is vesion number of OS ( or CF ??? ) this is not unique.

From: Harry Simpson on
So really if I only grabbed the first number, chances are that'd be unique
enough for normal uses of id right?

Harry

"Dieter" <no1(a)noplace.com> wrote in message
news:9fi81194q0eb6g7o521pt2e59psduovulq(a)4ax.com...
> 1st number is Imei. I think u use a HTC device.
>
> 2nd is vesion number of OS ( or CF ??? ) this is not unique.
>