|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "shellbars.h"
Go to the source code of this file.
Classes | |
| struct | categoryCacheHeader |
| class | CComCatCachedCategory |
| class | CSHEnumClassesOfCategories |
Macros | |
| #define | REGPATH L"Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Discardable\\PostSetup\\Component Categories" |
| #define | IMPLEMENTING L"Implementing" |
| #define | REQUIRING L"Requiring" |
Typedefs | |
| typedef struct categoryCacheHeader | CATCACHEHDR |
| typedef struct categoryCacheHeader * | PCATCACHEHDR |
Functions | |
| HRESULT WINAPI | SHEnumClassesOfCategories (ULONG cImplemented, CATID *pImplemented, ULONG cRequired, CATID *pRequired, IEnumGUID **out) |
| #define IMPLEMENTING L"Implementing" |
Definition at line 28 of file CSHEnumClassesOfCategories.cpp.
| #define REGPATH L"Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Discardable\\PostSetup\\Component Categories" |
Definition at line 27 of file CSHEnumClassesOfCategories.cpp.
| #define REQUIRING L"Requiring" |
Definition at line 29 of file CSHEnumClassesOfCategories.cpp.
| typedef struct categoryCacheHeader CATCACHEHDR |
| typedef struct categoryCacheHeader * PCATCACHEHDR |
| HRESULT WINAPI SHEnumClassesOfCategories | ( | ULONG | cImplemented, |
| CATID * | pImplemented, | ||
| ULONG | cRequired, | ||
| CATID * | pRequired, | ||
| IEnumGUID ** | out | ||
| ) |
Definition at line 337 of file CSHEnumClassesOfCategories.cpp.
Referenced by CBandSiteMenu::_CreateMenuPart(), and CShellBrowser::BuildExplorerBandCategory().