ReactOS
0.4.15-dev-1636-gf634010
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | IconLocation |
class | CExtractIcon |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (shell) | |
VOID | DuplicateString (LPCWSTR Source, LPWSTR *Destination) |
HRESULT WINAPI | SHCreateDefaultExtractIcon (REFIID riid, void **ppv) |
EXTERN_C HRESULT WINAPI | SHCreateFileExtractIconW (LPCWSTR pszPath, DWORD dwFileAttributes, REFIID riid, void **ppv) |
Definition at line 72 of file CExtractIcon.cpp.
Referenced by CExtractIcon::SetDefaultIcon(), CExtractIcon::SetNormalIcon(), CExtractIcon::SetOpenIcon(), and CExtractIcon::SetShortcutIcon().
Definition at line 337 of file CExtractIcon.cpp.
Referenced by CCPLExtractIcon_CreateInstance(), CDrivesExtractIcon_CreateInstance(), CFSExtractIcon_CreateInstance(), CGuidItemExtractIcon_CreateInstance(), CNetFolderExtractIcon_CreateInstance(), CPrintersExtractIconW_CreateInstane(), CRecyclerExtractIcon_CreateInstance(), and SHCreateFileExtractIconW().
EXTERN_C HRESULT WINAPI SHCreateFileExtractIconW | ( | LPCWSTR | pszPath, |
DWORD | dwFileAttributes, | ||
REFIID | riid, | ||
void ** | ppv | ||
) |
Definition at line 350 of file CExtractIcon.cpp.
Referenced by CFontExt::GetUIObjectOf(), and CZipFolder::GetUIObjectOf().
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |