how can I read a unique ID for my handheld?

  • Thread starter Thread starter rocio
  • Start date Start date
R

rocio

Using RAPI, how can I read a unique ID for my handheld? What ID could this
be? So that, if I have more than 1 handheld, my program can recognize which
one is it running on.
 
You'll have to write a custom RAPI dll to do it.

-Chris
 
ok...but what ID I am asking for?
I know how to get the OS version of my device using RAPI, but I need to get
something more specific to the device.
 
You need to create an unmanaged DLL that gets the serial number, something
like this:

http://www.pocketpcdn.com/articles/serial_number2002.html

The DLL must expose a function that you can use RAPI to invoke through
CeRapiInvoke (look in Help for the required method signature).

Once you have the DLL, you simply call Invoke to call it and get the data
back.
 
Tx! Serial Number, that's what I was looking for....
I'll see what I can do here....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top