ReactOS 0.4.15-dev-6661-gcc6e444
|
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <string.h>
#include <ctype.h>
#include <limits.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "winreg.h"
#include "commctrl.h"
#include "objbase.h"
#include "winerror.h"
#include "wine/unicode.h"
#include "comctl32.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | tagMRUINFOA |
struct | tagMRUINFOW |
struct | tagWINEMRUITEM |
struct | tagWINEMRULIST |
struct | tagNOTIFYDATA |
Macros | |
#define | COBJMACROS |
#define | NONAMELESSUNION |
#define | MRU_STRING 0 /* list will contain strings */ |
#define | MRU_BINARY 1 /* list will contain binary data */ |
#define | MRU_CACHEWRITE 2 /* only save list order to reg. is FreeMRUList */ |
#define | WMRUIF_CHANGED 0x0001 /* this dataitem changed */ |
#define | WMRUF_CHANGED 0x0001 /* MRU list has changed */ |
Typedefs | |
typedef INT(CALLBACK * | MRUStringCmpFnA) (LPCSTR lhs, LPCSTR rhs) |
typedef INT(CALLBACK * | MRUStringCmpFnW) (LPCWSTR lhs, LPCWSTR rhs) |
typedef INT(CALLBACK * | MRUBinaryCmpFn) (LPCVOID lhs, LPCVOID rhs, DWORD length) |
typedef struct tagMRUINFOA | MRUINFOA |
typedef struct tagMRUINFOA * | LPMRUINFOA |
typedef struct tagMRUINFOW | MRUINFOW |
typedef struct tagMRUINFOW * | LPMRUINFOW |
typedef struct tagWINEMRUITEM | WINEMRUITEM |
typedef struct tagWINEMRUITEM * | LPWINEMRUITEM |
typedef struct tagWINEMRULIST | WINEMRULIST |
typedef struct tagWINEMRULIST * | LPWINEMRULIST |
typedef struct tagNOTIFYDATA | NOTIFYDATA |
typedef struct tagNOTIFYDATA * | LPNOTIFYDATA |
Variables | |
static const WCHAR | strMRUList [] = { 'M','R','U','L','i','s','t',0 } |
#define COBJMACROS |
Definition at line 37 of file comctl32undoc.c.
Definition at line 242 of file comctl32undoc.c.
#define MRU_CACHEWRITE 2 /* only save list order to reg. is FreeMRUList */ |
Definition at line 243 of file comctl32undoc.c.
Definition at line 241 of file comctl32undoc.c.
#define NONAMELESSUNION |
Definition at line 38 of file comctl32undoc.c.
Definition at line 275 of file comctl32undoc.c.
#define WMRUIF_CHANGED 0x0001 /* this dataitem changed */ |
Definition at line 261 of file comctl32undoc.c.
typedef struct tagMRUINFOA * LPMRUINFOA |
typedef struct tagMRUINFOW * LPMRUINFOW |
typedef struct tagNOTIFYDATA * LPNOTIFYDATA |
typedef struct tagWINEMRUITEM * LPWINEMRUITEM |
typedef struct tagWINEMRULIST * LPWINEMRULIST |
Definition at line 210 of file comctl32undoc.c.
typedef struct tagMRUINFOA MRUINFOA |
typedef struct tagMRUINFOW MRUINFOW |
Definition at line 208 of file comctl32undoc.c.
Definition at line 209 of file comctl32undoc.c.
typedef struct tagNOTIFYDATA NOTIFYDATA |
typedef struct tagWINEMRUITEM WINEMRUITEM |
typedef struct tagWINEMRULIST WINEMRULIST |
Definition at line 465 of file comctl32undoc.c.
Referenced by AddMRUStringA(), AddMRUStringW(), init_functions(), SHADD_create_add_mru_data(), and SHAddToRecentDocs().
Definition at line 566 of file comctl32undoc.c.
Referenced by init_functions().
Definition at line 544 of file comctl32undoc.c.
Referenced by COpenWithList::AddAppToMRUList().
Definition at line 71 of file comctl32undoc.c.
Referenced by AddMRUData(), AddMRUStringA(), create_mru_list(), CreateMRUListLazyA(), CreateMRUListLazyW(), FindMRUData(), and FindMRUStringA().
|
static |
Definition at line 653 of file comctl32undoc.c.
Referenced by CreateMRUListLazyA(), and CreateMRUListLazyW().
Definition at line 813 of file comctl32undoc.c.
Referenced by init_functions().
HANDLE WINAPI CreateMRUListLazyA | ( | const MRUINFOA * | lpcml, |
DWORD | dwParam2, | ||
DWORD | dwParam3, | ||
DWORD | dwParam4 | ||
) |
Definition at line 771 of file comctl32undoc.c.
Referenced by CreateMRUListA(), and init_functions().
HANDLE WINAPI CreateMRUListLazyW | ( | const MRUINFOW * | infoW, |
DWORD | dwParam2, | ||
DWORD | dwParam3, | ||
DWORD | dwParam4 | ||
) |
Definition at line 739 of file comctl32undoc.c.
Referenced by CreateMRUListW(), and init_functions().
Definition at line 797 of file comctl32undoc.c.
Referenced by init_functions(), COpenWithList::OpenMRUList(), and SHAddToRecentDocs().
Definition at line 606 of file comctl32undoc.c.
|
static |
Definition at line 1074 of file comctl32undoc.c.
Referenced by SendNotify(), and SendNotifyEx().
Definition at line 863 of file comctl32undoc.c.
Referenced by init_functions(), and SHAddToRecentDocs().
Definition at line 837 of file comctl32undoc.c.
Referenced by init_functions(), and COpenWithList::LoadMRUList().
Definition at line 391 of file comctl32undoc.c.
Referenced by AddMRUData(), FindMRUStringA(), FindMRUStringW(), init_functions(), and SHAddToRecentDocs().
Definition at line 638 of file comctl32undoc.c.
Definition at line 617 of file comctl32undoc.c.
Definition at line 116 of file comctl32undoc.c.
Definition at line 351 of file comctl32undoc.c.
Referenced by COpenWithList::AddAppToMRUList(), init_functions(), COpenWithList::LoadMRUList(), and SHAddToRecentDocs().
Definition at line 135 of file comctl32undoc.c.
Referenced by DECLARE_INTERFACE_(), and InitFunctionPtrs().
|
static |
Definition at line 282 of file comctl32undoc.c.
Referenced by AddMRUData(), and FreeMRUList().
Definition at line 95 of file comctl32undoc.c.
Referenced by Str_SetPtrAtoW(), and Str_SetPtrWtoA().
Definition at line 1126 of file comctl32undoc.c.
LRESULT WINAPI SendNotifyEx | ( | HWND | hwndTo, |
HWND | hwndFrom, | ||
UINT | uCode, | ||
LPNMHDR | lpHdr, | ||
DWORD | dwParam5 | ||
) |
Definition at line 1163 of file comctl32undoc.c.
Definition at line 950 of file comctl32undoc.c.
Referenced by TOOLTIPS_GetDispInfoA().
Definition at line 909 of file comctl32undoc.c.
Referenced by HEADER_GetItemT(), REBAR_GetBandInfoT(), TAB_GetItemT(), and TOOLBAR_GetButtonInfoT().
Definition at line 995 of file comctl32undoc.c.
Referenced by HEADER_CopyHDItemForNotify(), HEADER_PrepareCallbackItems(), HEADER_StoreHDItemInHeader(), REBAR_InsertBandT(), REBAR_SetBandInfoT(), set_string_index(), TAB_InsertItemT(), TAB_SetItemT(), and TOOLBAR_AddStringA().
Definition at line 1033 of file comctl32undoc.c.
Referenced by HEADER_CopyHDItemForNotify(), and notify_forward_header().
WINE_DEFAULT_DEBUG_CHANNEL | ( | commctrl | ) |
Definition at line 57 of file comctl32undoc.c.
Referenced by create_mru_list(), and MRU_SaveChanged().