mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 00:43:11 +00:00
[RAPPS] CMainWindow: Make EnumInstalledAppProc and EnumAvailableAppProc methods
This commit is contained in:
parent
d8b773b190
commit
700f54c37b
6 changed files with 36 additions and 25 deletions
|
@ -62,7 +62,7 @@ BOOL UseCmdParameters(LPWSTR lpCmdLine)
|
|||
|
||||
CAvailableApps apps;
|
||||
apps.UpdateAppsDB();
|
||||
apps.Enum(ENUM_ALL_AVAILABLE, NULL);
|
||||
apps.Enum(ENUM_ALL_AVAILABLE, NULL, NULL);
|
||||
|
||||
ATL::CSimpleArray<CAvailableApplicationInfo> arrAppInfo = apps.FindInfoList(arrNames);
|
||||
if (arrAppInfo.GetSize() > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue