Returns the target device ID.
UInt32 PalmLsnTargetDeviceID( )
A positive integer containing the device ID.
You can use PalmLsnTargetCompanyID and PalmLsnTargetDeviceID to check for device compatibility.
The following example returns the device ID for the Treo 600 simulator.
UInt32 PalmLsnTargetDeviceID( void ) /**********************************/ { // Simulator device ID is hsDeviceIDOs5Device1Sim return( hsDeviceIDOs5Device1 ); }