ReactOS 0.4.16-dev-250-g3ecd236
|
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) | |
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 33 of file mrulist.cpp.
#define COMPARE_BY_MASK 0xF |
Definition at line 34 of file mrulist.cpp.
#define COMPARE_BY_MEMCMP 0x0 |
Definition at line 30 of file mrulist.cpp.
#define COMPARE_BY_STRCMPIW 0x1 |
Definition at line 31 of file mrulist.cpp.
#define COMPARE_BY_STRCMPW 0x2 |
Definition at line 32 of file mrulist.cpp.
#define SLOT_LOADED 0x1 |
Definition at line 26 of file mrulist.cpp.
#define SLOT_SET 0x2 |
Definition at line 27 of file mrulist.cpp.
Definition at line 1372 of file mrulist.cpp.
Referenced by SHDOCVW_DllGetClassObject().
EXTERN_C HRESULT CMruLongList_CreateInstance | ( | DWORD_PTR | dwUnused1, |
void ** | ppv, | ||
DWORD_PTR | dwUnused3 | ||
) |
Definition at line 711 of file mrulist.cpp.
Referenced by CMruClassFactory::CreateInstance(), and SHDOCVW_DllGetClassObject().
EXTERN_C HRESULT CMruPidlList_CreateInstance | ( | DWORD_PTR | dwUnused1, |
void ** | ppv, | ||
DWORD_PTR | dwUnused3 | ||
) |
Definition at line 1245 of file mrulist.cpp.
Referenced by CMruClassFactory::CreateInstance(), and SHDOCVW_DllGetClassObject().
STDMETHODIMP_ | ( | ULONG | ) |
Definition at line 170 of file mrulist.cpp.
WINE_DEFAULT_DEBUG_CHANNEL | ( | shdocvw | ) |