ShowApp
OrgAppInfo
public
BOOL ShowApp
EX1
void OrgAppInfo_ShowApp_EX() { foreach(OrgAppInfo app in OrgApps.InstalledApps) { if (app.ID <= 0) continue; printf("[ID: %d]\r\n", app.ID); printf(" Name: %s\r\n", app.Name); printf(" Show: %s\r\n", app.ShowApp? "yes" : "no"); } }
To indicate whether an app shows on Apps Gallery
origin.h