PalmLsnTargetCompanyID method

Returns the company or manufacturer ID of a device.

Syntax
UInt32 PalmLsnTargetCompanyID(  )
Returns

A value containing the company or manufacturer ID of the device.

Remarks

Use PalmLsnTargetCompanyID and PalmLsnTargetDeviceID to check if devices are compatible.

See also
Example

The following example, used in the Treo 650 smartphone implementation, returns 'hspr', a company ID for Handspring:

UInt32 PalmLsnTargetCompanyID(void) {
    return('hspr');
}