UInt32 processorType;
        UInt32 companyID;
        UInt32 deviceID;
        UInt32 halID;
        // get the processor type
        FtrGet(sysFileCSystem, sysFtrNumProcessorID, &processorType);
        FtrGet(sysFtrCreator, sysFtrNumOEMCompanyID, &companyID);
        FtrGet(sysFtrCreator, sysFtrNumOEMDeviceID, &deviceID);
        FtrGet(sysFtrCreator, sysFtrNumOEMHALID, &halID);


        if(companyID == 0x50616C6D && deviceID == 0x5A707468 && halID == 0x61507468) 
//Zire71;
        

a> For example,If it run on Zire71 or Sony UX50,how do I know the device model?
a> Thanks.



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to