PalmLsnTargetDeviceID

Returns the target device ID.

Prototype
UInt32 PalmLsnTargetDeviceID(  )
Return value

A positive integer containing the device ID.

Remarks

You can use PalmLsnTargetCompanyID and PalmLsnTargetDeviceID to check for device compatibility.

See also
Example

The following example returns the device ID for the Treo 650 simulator.

UInt32 PalmLsnTargetDeviceID( void ) {
    return( kPalmOneDeviceIDTreo650 );
}