PalmLsnTargetDeviceID method

Returns the target device ID.

Syntax
UInt32 PalmLsnTargetDeviceID(  )
Returns

A positive integer containing the device ID.

Remarks

You can use PalmLsnTargetCompanyID and PalmLsnTargetDeviceID to check if devices are compatible.

See also
Example

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

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