PalmLsnTargetCompanyID

Returns a device's company ID.

Prototype
UInt32 PalmLsnTargetCompanyID(  )
Return value

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

Remarks

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

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' );
}