Home
last modified time | relevance | path

Searched refs:SelectedEnumType (Results 1 – 2 of 2) sorted by relevance

/reactos/base/applications/rapps/
H A Dgui.cpp271 if (!IsInstalledEnum(SelectedEnumType)) in RemoveSelectedAppFromRegistry()
292 if (!IsInstalledEnum(SelectedEnumType)) in UninstallSelectedApp()
511 UpdateApplicationsList(SelectedEnumType); in ProcessWindowMessage()
554 if (IsAvailableEnum(SelectedEnumType)) in OnCommand()
561 UpdateApplicationsList(SelectedEnumType); in OnCommand()
591 UpdateApplicationsList(SelectedEnumType, bReload); in OnCommand()
598 UpdateApplicationsList(SelectedEnumType, bReload); in OnCommand()
681 BOOL TryRestoreSelection = SelectedEnumType == EnumType; in UpdateApplicationsList()
682 if (SelectedEnumType != EnumType) in UpdateApplicationsList()
683 SelectedEnumType = EnumType; in UpdateApplicationsList()
[all …]
/reactos/base/applications/rapps/include/
H A Dgui.h65 AppsCategories SelectedEnumType; variable