ReactOS 0.4.16-dev-257-g6aa11ac
|
#include "precomp.h"
#include <shellapi.h>
#include <shlwapi.h>
#include <shlobj_undoc.h>
#include <shlguid_undoc.h>
#include <atlstr.h>
#include <shlwapi_undoc.h>
#include <strsafe.h>
Go to the source code of this file.
Classes | |
struct | RETRY_DATA |
Macros | |
#define | _ATL_NO_EXCEPTIONS |
#define | IShellFolder_GetDisplayNameOf _disabled_IShellFolder_GetDisplayNameOf_ |
#define | IShellFolder_ParseDisplayName _disabled_IShellFolder_ParseDisplayName_ |
#define | IShellFolder_CompareIDs _disabled_IShellFolder_CompareIDs_ |
#define | SHLWAPI_ISHELLFOLDER_HELPERS /* HACK! */ |
#define | FAILED_UNEXPECTEDLY FAILED /* FIXME: Make shellutils.h usable without ATL */ |
Variables | |
static const RETRY_DATA | g_RetryData [] |
#define FAILED_UNEXPECTEDLY FAILED /* FIXME: Make shellutils.h usable without ATL */ |
#define IShellFolder_CompareIDs _disabled_IShellFolder_CompareIDs_ |
#define IShellFolder_GetDisplayNameOf _disabled_IShellFolder_GetDisplayNameOf_ |
#define IShellFolder_ParseDisplayName _disabled_IShellFolder_ParseDisplayName_ |
|
inlinestatic |
Definition at line 43 of file utils.cpp.
Referenced by SHInvokeCommandOnContextMenuInternal().
EXTERN_C BOOL WINAPI IContextMenu_Invoke | ( | _In_ IContextMenu * | pContextMenu, |
_In_ HWND | hwnd, | ||
_In_ LPCSTR | lpVerb, | ||
_In_ UINT | uFlags | ||
) |
Definition at line 201 of file utils.cpp.
EXTERN_C HRESULT WINAPI IShellFolder_CompareIDs | ( | _In_ IShellFolder * | psf, |
_In_ LPARAM | lParam, | ||
_In_ PCUIDLIST_RELATIVE | pidl1, | ||
_In_ PCUIDLIST_RELATIVE | pidl2 | ||
) |
EXTERN_C HRESULT WINAPI IShellFolder_GetDisplayNameOf | ( | _In_ IShellFolder * | psf, |
_In_ LPCITEMIDLIST | pidl, | ||
_In_ SHGDNF | uFlags, | ||
_Out_ LPSTRRET | lpName, | ||
_In_ DWORD | dwRetryFlags | ||
) |
Definition at line 281 of file utils.cpp.
EXTERN_C HRESULT WINAPI IShellFolder_ParseDisplayName | ( | _In_ IShellFolder * | psf, |
_In_opt_ HWND | hwndOwner, | ||
_In_opt_ LPBC | pbcReserved, | ||
_In_ LPOLESTR | lpszDisplayName, | ||
_Out_opt_ ULONG * | pchEaten, | ||
_Out_opt_ PIDLIST_RELATIVE * | ppidl, | ||
_Out_opt_ ULONG * | pdwAttributes | ||
) |
Definition at line 329 of file utils.cpp.
BOOL WINAPI PathFileExistsDefExtAndAttributesW | ( | _Inout_ LPWSTR | pszPath, |
_In_ DWORD | dwWhich, | ||
_Out_opt_ LPDWORD | pdwFileAttributes | ||
) |
Definition at line 222 of file utils.cpp.
Referenced by START_TEST().
EXTERN_C HRESULT WINAPI SHInvokeCommandOnContextMenu | ( | _In_opt_ HWND | hWnd, |
_In_opt_ IUnknown * | pUnk, | ||
_In_ IContextMenu * | pCM, | ||
_In_ UINT | fCMIC, | ||
_In_opt_ LPCSTR | pszVerb | ||
) |
Definition at line 155 of file utils.cpp.
EXTERN_C HRESULT WINAPI SHInvokeCommandOnContextMenuEx | ( | _In_opt_ HWND | hWnd, |
_In_opt_ IUnknown * | pUnk, | ||
_In_ IContextMenu * | pCM, | ||
_In_ UINT | fCMIC, | ||
_In_ UINT | fCMF, | ||
_In_opt_ LPCSTR | pszVerb, | ||
_In_opt_ LPCWSTR | pwszDir | ||
) |
Definition at line 138 of file utils.cpp.
Referenced by SHInvokeCommandOnContextMenu(), and SHInvokeCommandWithFlagsAndSite().
|
static |
Definition at line 50 of file utils.cpp.
Referenced by IContextMenu_Invoke(), and SHInvokeCommandOnContextMenuEx().
EXTERN_C HRESULT WINAPI SHInvokeCommandWithFlagsAndSite | ( | _In_opt_ HWND | hWnd, |
_In_opt_ IUnknown * | pUnk, | ||
_In_ IShellFolder * | pShellFolder, | ||
_In_ LPCITEMIDLIST | pidl, | ||
_In_ UINT | fCMIC, | ||
_In_opt_ LPCSTR | pszVerb | ||
) |
Definition at line 170 of file utils.cpp.
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
|
static |
Definition at line 264 of file utils.cpp.
Referenced by IShellFolder_GetDisplayNameOf().