ReactOS 0.4.16-dev-336-gb667d82
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
static void | InitIconOverlays (void) |
BOOL | GetIconOverlay (LPCITEMIDLIST pidl, WCHAR *wTemp, int *pIndex) |
Variables | |
WCHAR | swShell32Name [MAX_PATH] |
DWORD | NumIconOverlayHandlers = 0 |
IShellIconOverlayIdentifier ** | Handlers = NULL |
BOOL GetIconOverlay | ( | LPCITEMIDLIST | pidl, |
WCHAR * | wTemp, | ||
int * | pIndex | ||
) |
Definition at line 88 of file folders.cpp.
Definition at line 27 of file folders.cpp.
Referenced by GetIconOverlay().
IShellIconOverlayIdentifier** Handlers = NULL |
Definition at line 25 of file folders.cpp.
Referenced by GetIconOverlay(), and InitIconOverlays().
DWORD NumIconOverlayHandlers = 0 |
Definition at line 24 of file folders.cpp.
Referenced by GetIconOverlay(), and InitIconOverlays().
WCHAR swShell32Name |
Definition at line 22 of file folders.cpp.
Referenced by CDrivesExtractIcon_CreateInstance(), CFSExtractIcon_CreateInstance(), CGuidItemExtractIcon_CreateInstance(), CNetFolderExtractIcon_CreateInstance(), CPrintersExtractIconW_CreateInstane(), CRecyclerExtractIcon_CreateInstance(), getDefaultIconLocation(), if(), PidlToSicIndex(), SHGetFileInfoW(), SIC_Initialize(), and SIC_LoadOverlayIcon().