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.
Launch_GetProdName(product_ID)
• product_ID – An integer designating the product ID. You can return a product ID using Launch_GetProdID().
A string indicating the product name.