|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Member Functions | |
| int (CALLBACK *lpfnCompare)(LPCWSTR | |
Public Attributes | |
| DWORD | cbSize |
| UINT | uMax |
| UINT | fFlags |
| HKEY | hKey |
| LPWSTR | lpszSubKey |
| union { | |
| MRUStringCmpFnW string_cmpfn | |
| MRUBinaryCmpFn binary_cmpfn | |
| } | u |
| LPCWSTR | lpszSubKey |
| LPCWSTR | |
Definition at line 223 of file comctl32undoc.c.
| tagMRUINFOW::int | ( | CALLBACK * | lpfnCompare | ) |
| MRUBinaryCmpFn tagMRUINFOW::binary_cmpfn |
Definition at line 233 of file comctl32undoc.c.
Referenced by FindMRUData().
| DWORD tagMRUINFOW::cbSize |
Definition at line 225 of file comctl32undoc.c.
Referenced by create_mru_list(), and SHAddToRecentDocs().
| UINT tagMRUINFOW::fFlags |
Definition at line 227 of file comctl32undoc.c.
Referenced by AddMRUData(), create_mru_list(), EnumMRUListA(), FindMRUData(), MRU_SaveChanged(), and SHAddToRecentDocs().
| HKEY tagMRUINFOW::hKey |
Definition at line 228 of file comctl32undoc.c.
Referenced by create_mru_list(), MRU_SaveChanged(), and SHAddToRecentDocs().
| LPWSTR tagMRUINFOW::lpszSubKey |
Definition at line 229 of file comctl32undoc.c.
Referenced by create_mru_list(), CreateMRUListLazyA(), CreateMRUListLazyW(), FreeMRUList(), MRU_SaveChanged(), and SHAddToRecentDocs().
| MRUStringCmpFnW tagMRUINFOW::string_cmpfn |
Definition at line 232 of file comctl32undoc.c.
Referenced by create_mru_list(), and FindMRUData().
| union { ... } tagMRUINFOW::u |
Referenced by create_mru_list(), and FindMRUData().
| UINT tagMRUINFOW::uMax |
Definition at line 226 of file comctl32undoc.c.
Referenced by AddMRUData(), create_mru_list(), FreeMRUList(), and SHAddToRecentDocs().