Minimum Origin Version Required: Origin 2017 SR0
Finds the installed app by given ID
BOOL FindInstalledApp( OrgAppInfo & appInstalled, int ID )
TRUE on success, FALSE on failure
void TestFindInstalledApp() { OrgAppInfo appInstalled; if ( OrgApps.FindInstalledApp(appInstalled, 100) ) printf("Author is:%s\r\n", appInstalled.Author); }
origin.h