ReactOS 0.4.15-dev-7131-ge4d03f4
|
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <objbase.h>
#include <oleauto.h>
#include <shlobj.h>
#include <shlobj_undoc.h>
#include <shlguid_undoc.h>
#include <shlwapi.h>
#include <shlwapi_undoc.h>
#include <strsafe.h>
#include "shdocvw.h"
#include <wine/debug.h>
Go to the source code of this file.
Classes | |
class | CSafeMutex |
class | CMruBase |
class | CMruShortList |
class | CMruLongList |
class | CMruNode |
class | CMruPidlList |
class | CMruClassFactory |
Macros | |
#define | COBJMACROS |
#define | SLOT_LOADED 0x1 |
#define | SLOT_SET 0x2 |
#define | COMPARE_BY_MEMCMP 0x0 |
#define | COMPARE_BY_STRCMPIW 0x1 |
#define | COMPARE_BY_STRCMPW 0x2 |
#define | COMPARE_BY_IEILISEQUAL 0x3 |
#define | COMPARE_BY_MASK 0xF |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (shdocvw) | |
void | __cxa_pure_virtual (void) |
BOOL | IEILIsEqual (LPCITEMIDLIST pidl1, LPCITEMIDLIST pidl2, BOOL bUnknown) |
STDMETHODIMP_ (ULONG) CMruBase | |
EXTERN_C HRESULT | CMruLongList_CreateInstance (DWORD_PTR dwUnused1, void **ppv, DWORD_PTR dwUnused3) |
EXTERN_C HRESULT | CMruPidlList_CreateInstance (DWORD_PTR dwUnused1, void **ppv, DWORD_PTR dwUnused3) |
EXTERN_C HRESULT | CMruClassFactory_CreateInstance (REFIID riid, void **ppv) |
#define COBJMACROS |
Definition at line 8 of file mrulist.cpp.
#define COMPARE_BY_IEILISEQUAL 0x3 |
Definition at line 59 of file mrulist.cpp.
#define COMPARE_BY_MASK 0xF |
Definition at line 60 of file mrulist.cpp.
#define COMPARE_BY_MEMCMP 0x0 |
Definition at line 56 of file mrulist.cpp.
#define COMPARE_BY_STRCMPIW 0x1 |
Definition at line 57 of file mrulist.cpp.
#define COMPARE_BY_STRCMPW 0x2 |
Definition at line 58 of file mrulist.cpp.
#define SLOT_LOADED 0x1 |
Definition at line 52 of file mrulist.cpp.
#define SLOT_SET 0x2 |
Definition at line 53 of file mrulist.cpp.
Definition at line 35 of file mrulist.cpp.
Definition at line 1398 of file mrulist.cpp.
Referenced by DllGetClassObject().
EXTERN_C HRESULT CMruLongList_CreateInstance | ( | DWORD_PTR | dwUnused1, |
void ** | ppv, | ||
DWORD_PTR | dwUnused3 | ||
) |
Definition at line 737 of file mrulist.cpp.
Referenced by CMruClassFactory::CreateInstance(), and DllGetClassObject().
EXTERN_C HRESULT CMruPidlList_CreateInstance | ( | DWORD_PTR | dwUnused1, |
void ** | ppv, | ||
DWORD_PTR | dwUnused3 | ||
) |
Definition at line 1271 of file mrulist.cpp.
Referenced by CMruClassFactory::CreateInstance(), and DllGetClassObject().
BOOL IEILIsEqual | ( | LPCITEMIDLIST | pidl1, |
LPCITEMIDLIST | pidl2, | ||
BOOL | bUnknown | ||
) |
STDMETHODIMP_ | ( | ULONG | ) |
Definition at line 196 of file mrulist.cpp.
WINE_DEFAULT_DEBUG_CHANNEL | ( | shdocvw | ) |