ReactOS 0.4.16-dev-311-g9382aa2
|
#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 "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 35 of file comctl32undoc.c.
Definition at line 239 of file comctl32undoc.c.
#define MRU_CACHEWRITE 2 /* only save list order to reg. is FreeMRUList */ |
Definition at line 240 of file comctl32undoc.c.
Definition at line 238 of file comctl32undoc.c.
#define NONAMELESSUNION |
Definition at line 36 of file comctl32undoc.c.
Definition at line 272 of file comctl32undoc.c.
#define WMRUIF_CHANGED 0x0001 /* this dataitem changed */ |
Definition at line 258 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 207 of file comctl32undoc.c.
typedef struct tagMRUINFOA MRUINFOA |
typedef struct tagMRUINFOW MRUINFOW |
Definition at line 205 of file comctl32undoc.c.
Definition at line 206 of file comctl32undoc.c.
typedef struct tagNOTIFYDATA NOTIFYDATA |
typedef struct tagWINEMRUITEM WINEMRUITEM |
typedef struct tagWINEMRULIST WINEMRULIST |
Definition at line 462 of file comctl32undoc.c.
Referenced by AddMRUStringA(), AddMRUStringW(), init_functions(), SHADD_create_add_mru_data(), and SHAddToRecentDocs().
Definition at line 563 of file comctl32undoc.c.
Referenced by init_functions().
Definition at line 541 of file comctl32undoc.c.
Referenced by COpenWithList::AddAppToMRUList().
Definition at line 68 of file comctl32undoc.c.
Referenced by AddMRUData(), AddMRUStringA(), create_mru_list(), CreateMRUListLazyA(), CreateMRUListLazyW(), FindMRUData(), and FindMRUStringA().
|
static |
Definition at line 650 of file comctl32undoc.c.
Referenced by CreateMRUListLazyA(), and CreateMRUListLazyW().
Definition at line 810 of file comctl32undoc.c.
Referenced by init_functions().
HANDLE WINAPI CreateMRUListLazyA | ( | const MRUINFOA * | lpcml, |
DWORD | dwParam2, | ||
DWORD | dwParam3, | ||
DWORD | dwParam4 | ||
) |
Definition at line 768 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 736 of file comctl32undoc.c.
Referenced by CreateMRUListW(), and init_functions().
Definition at line 794 of file comctl32undoc.c.
Referenced by init_functions(), COpenWithList::OpenMRUList(), and SHAddToRecentDocs().
Definition at line 603 of file comctl32undoc.c.
|
static |
Definition at line 1071 of file comctl32undoc.c.
Referenced by SendNotify(), and SendNotifyEx().
Definition at line 860 of file comctl32undoc.c.
Referenced by init_functions(), and SHAddToRecentDocs().
Definition at line 834 of file comctl32undoc.c.
Referenced by init_functions(), and COpenWithList::LoadMRUList().
Definition at line 388 of file comctl32undoc.c.
Referenced by AddMRUData(), FindMRUStringA(), FindMRUStringW(), init_functions(), and SHAddToRecentDocs().
Definition at line 635 of file comctl32undoc.c.
Definition at line 614 of file comctl32undoc.c.
Definition at line 113 of file comctl32undoc.c.
Definition at line 348 of file comctl32undoc.c.
Referenced by COpenWithList::AddAppToMRUList(), init_functions(), COpenWithList::LoadMRUList(), and SHAddToRecentDocs().
Definition at line 132 of file comctl32undoc.c.
Referenced by DECLARE_INTERFACE_(), and InitFunctionPtrs().
|
static |
Definition at line 279 of file comctl32undoc.c.
Referenced by AddMRUData(), and FreeMRUList().
Definition at line 92 of file comctl32undoc.c.
Referenced by Str_SetPtrAtoW(), and Str_SetPtrWtoA().
Definition at line 1123 of file comctl32undoc.c.
LRESULT WINAPI SendNotifyEx | ( | HWND | hwndTo, |
HWND | hwndFrom, | ||
UINT | uCode, | ||
LPNMHDR | lpHdr, | ||
DWORD | dwParam5 | ||
) |
Definition at line 1160 of file comctl32undoc.c.
Definition at line 947 of file comctl32undoc.c.
Referenced by TOOLTIPS_GetDispInfoA().
Definition at line 906 of file comctl32undoc.c.
Referenced by HEADER_GetItemT(), REBAR_GetBandInfoT(), TAB_GetItemT(), and TOOLBAR_GetButtonInfoT().
Definition at line 992 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 1030 of file comctl32undoc.c.
Referenced by HEADER_CopyHDItemForNotify(), notify_forward_header(), and PAGER_ConvertText().
WINE_DEFAULT_DEBUG_CHANNEL | ( | commctrl | ) |
Definition at line 54 of file comctl32undoc.c.
Referenced by create_mru_list(), and MRU_SaveChanged().