#include "objects.h"
#include <wine/debug.h>
Go to the source code of this file.
◆ SHCIDS_CANONICALONLY
#define SHCIDS_CANONICALONLY 0x10000000L |
◆ _ILIsDesktop()
Definition at line 75 of file utility.cpp.
76{
77 return (pidl ==
NULL || pidl->mkid.cb == 0);
78}
◆ IEILIsEqual()
Definition at line 84 of file utility.cpp.
88{
90 if (cb1 == cb2 &&
memcmp(pidl1, pidl2, cb1) == 0)
92
93 FIXME(
"%p, %p\n", pidl1, pidl2);
95}
int memcmp(void *Buffer1, void *Buffer2, ACPI_SIZE Count)
Referenced by CMruBase::_IsEqual().
◆ SHELL_CompareAbsoluteIDs()
Definition at line 40 of file utility.cpp.
41{
49}
HRESULT WINAPI SHGetDesktopFolder(IShellFolder **psf)
GLboolean GLboolean GLboolean b
GLboolean GLboolean GLboolean GLboolean a
HRESULT CompareIDs([in] LPARAM lParam, [in] PCUIDLIST_RELATIVE pidl1, [in] PCUIDLIST_RELATIVE pidl2)
Referenced by SHELL_IsEqualAbsoluteID().
◆ SHELL_GetIDListFromObject()
Definition at line 18 of file utility.cpp.
19{
20#if DLL_EXPORT_VERSION >= _WIN32_WINNT_VISTA && 0
22#else
26 {
29 }
32 {
35 }
37#endif
38}
HRESULT GetCurFolder([out] PIDLIST_ABSOLUTE *ppidl)
HRESULT GetIDList([out] PIDLIST_ABSOLUTE *ppidl)
HRESULT QueryInterface([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
HRESULT WINAPI SHGetIDListFromObject(IUnknown *punk, PIDLIST_ABSOLUTE *ppidl)
#define IID_PPV_ARG(Itype, ppType)
Referenced by SHDOCVW_GetCurrentLocationFromView().
◆ SHELL_IsEqualAbsoluteID()
Definition at line 52 of file utility.cpp.
53{
55}
#define SHCIDS_CANONICALONLY
static HRESULT SHELL_CompareAbsoluteIDs(LPARAM lParam, PCIDLIST_ABSOLUTE a, PCIDLIST_ABSOLUTE b)
◆ SHELL_IsVerb()
Definition at line 58 of file utility.cpp.
59{
64
67 {
70 }
72}
int WINAPI lstrcmpiW(LPCWSTR str1, LPCWSTR str2)
int WINAPI lstrcmpiA(LPCSTR str1, LPCSTR str2)
INT WINAPI SHUnicodeToAnsi(LPCWSTR lpSrcStr, LPSTR lpDstStr, INT iLen)
GLenum GLuint GLenum GLsizei const GLchar * buf
◆ WINE_DEFAULT_DEBUG_CHANNEL()
WINE_DEFAULT_DEBUG_CHANNEL |
( |
shdocvw |
| ) |
|