mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:13:04 +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
|
@ -13,9 +13,9 @@ struct INSTALLED_INFO
|
|||
};
|
||||
|
||||
typedef INSTALLED_INFO *PINSTALLED_INFO;
|
||||
typedef BOOL(CALLBACK *APPENUMPROC)(INT ItemIndex, ATL::CStringW &Name, PINSTALLED_INFO Info);
|
||||
typedef BOOL(CALLBACK *APPENUMPROC)(INT ItemIndex, ATL::CStringW &Name, PINSTALLED_INFO Info, PVOID param);
|
||||
|
||||
BOOL EnumInstalledApplications(INT EnumType, BOOL IsUserKey, APPENUMPROC lpEnumProc);
|
||||
BOOL EnumInstalledApplications(INT EnumType, BOOL IsUserKey, APPENUMPROC lpEnumProc, PVOID param);
|
||||
BOOL GetApplicationString(HKEY hKey, LPCWSTR lpKeyName, LPWSTR szString);
|
||||
|
||||
BOOL UninstallApplication(INT Index, BOOL bModify);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue