Hi Pragna, I've tried this, and it works, at least on Tungsten T and the simulator I've tried. Don't know about the m500.
CharPtr bufP; UInt16Ptr bufLen; char serialnumber[12]; SysGetROMToken(0,sysROMTokenSnum,(UInt8**)&bufP,(UInt16*)&bufLen); MemMove(serienummer, bufP, 12); FrmCustomAlert(AboutAlert, serialnumber,"", ""); Kristian "pragna patel" <[EMAIL PROTECTED]> skrev i melding news:[EMAIL PROTECTED] > Hi, > I am working in palmOS,m500. > I want to retrieve ROM serial number,for that i tried > with SysGetROMToken function,but i am not able to get > it,can anybody help me out. > Thanks > Pragna > > > > > __________________________________ > Do you Yahoo!? > Friends. Fun. Try the all-new Yahoo! Messenger. > http://messenger.yahoo.com/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
