Getting device ID WM5

  • Thread starter Thread starter Jerry
  • Start date Start date
J

Jerry

I found the code for getting the device ID on .net, but it seems that
corelib.dll cannot be found on the Dllimport statement. I searched the
visual studio directory for it and came up empty. Anyone know where this is
on windows mobile 5?
 
In Windows Mobile 5.0 there is a new API you can use for uniquely
identifying a device - GetDeviceUniqueID. You would need to P/Invoke the
GetDeviceUniqueID API from managed code.

Thanks,
Joy Awad
 

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