dcrp_to_long_point_id

Converts from an internal representation of a point to its display name.

Syntax

TCHAR *dcrp_to_long_point_id (TCHAR *short_name)

Input Parameters

short_name

Internal representation of the point id.

Output Parameters

None.

Return Parameters

Point to the display name representation. ??If there is no match found, a pointer to a NULL string is returned.