ReactOS 0.4.16-dev-338-g34e76ad
|
#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 (_In_ LPCWSTR pszFile, _In_ DWORD dwFileAttributes, _In_ REFIID riid, _Outptr_ void **ppv) |
Definition at line 72 of file CExtractIcon.cpp.
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 | ( | _In_ LPCWSTR | pszFile, |
_In_ DWORD | dwFileAttributes, | ||
_In_ REFIID | riid, | ||
_Outptr_ void ** | ppv | ||
) |
Definition at line 351 of file CExtractIcon.cpp.
Referenced by CFontExt::GetUIObjectOf(), CZipFolder::GetUIObjectOf(), CCabFolder::GetUIObjectOf(), and RecycleBin5File::QueryInterface().
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |