Returns the target device ID.
UInt32 PalmLsnTargetDeviceID( )
A positive integer containing the device ID.
You can use PalmLsnTargetCompanyID and PalmLsnTargetDeviceID to check if devices are compatible.
The following example returns the device ID for the Treo 650 simulator:
| UInt32 PalmLsnTargetDeviceID(void) {
    return(kPalmOneDeviceIDTreo650);
} | 
| Discuss this page in DocCommentXchange. Send feedback about this page using email. | Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |