IN_GetProductIDName

All Editions image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif Example

The IN_GetProductIDName function returns the name that is associated with the specified product identifier. (The identifier is returned by IN_GetProduct.) For example, the function can return the name that you have given your integration.

Syntax

int IN_GetProductIDName( productID, maxSize, pProductName )

Input Parameters

Meaning

USHORT productID

the product identifier to query. Use IN_GetProduct to request the productID.

SHORT maxSize

the maximum size in bytes of the pProductName array

Output Parameters

Meaning

CHARPTR pProductName

pointer to the name of the requested product

Release information

Added to Imagenation for Windows in Release 4.1x.

As of Release 5.1, also available in Imagenation for UNIX.

See also

Getting Imagenation information