Declaration
Visual C#:
string GetIMEI();
Visual C++:
CString GetIMEI();
Visual Basic:
Private Sub GetIMEI As String
Delphi:
function GetIMEI: String;
Return Value
Return the IMEI if the operation was successful; otherwise return empty.
Remarks
Read the IMEI of the device.
See Also