Launch_GetProdName()

Examples


The Launch_GetProdName() function returns a product’s name from the launch file based upon its product ID. This function will work only when your application is opened with the runtime engine.

Syntax

Launch_GetProdName(product_ID)

Parameters

product_ID – An integer designating the product ID. You can return a product ID using Launch_GetProdID().

Return value

A string indicating the product name.


Documentation Feedback