Categories: Symbian C++ | Code Examples | How To | S60 | Hardware
This page was last modified 20:44, 17 December 2007.
How to get the machine uid of the Device
From Forum Nokia Wiki
Headers and Library
#include <hal.h> LIBRARY hal.lib
Getting the Machine UID of the Device
// Returns the machine Uid of the target device TInt GetDeviceMachineUid() { TInt machineUid = 0; HAL::Get(HALData::EMachineUid, machineUid); return machineUid; }
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cant make sis file | je0n | General Symbian C++ | 14 | 2006-12-23 21:59 |
| Not able to make ListBox by reading a file | Kapil Kaushik | General Symbian C++ | 39 | 2007-01-16 18:36 |
| SIS file question: Application may not be compatible | marksmith | Symbian Tools & SDKs | 6 | 2006-08-25 09:23 |
| No icon in release version of emulator | nishantghai | General Symbian C++ | 1 | 2003-10-08 06:13 |
| sis installation error in 3rd edition | ajaxajax4 | General Symbian C++ | 11 | 2006-07-06 12:28 |
