mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 04:33:12 +00:00
[RAPPS] CMainWindow: Move gui part of UninstallApplication in it
This commit is contained in:
parent
85d6055201
commit
8a401eb299
3 changed files with 24 additions and 48 deletions
|
@ -18,5 +18,4 @@ typedef BOOL(CALLBACK *APPENUMPROC)(INT ItemIndex, ATL::CStringW &Name, PINSTALL
|
|||
BOOL EnumInstalledApplications(INT EnumType, BOOL IsUserKey, APPENUMPROC lpEnumProc, PVOID param);
|
||||
BOOL GetApplicationString(HKEY hKey, LPCWSTR lpKeyName, LPWSTR szString);
|
||||
|
||||
BOOL UninstallApplication(INT Index, BOOL bModify);
|
||||
VOID RemoveAppFromRegistry(INT Index);
|
||||
BOOL UninstallApplication(PINSTALLED_INFO ItemInfo, BOOL bModify);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue