ReactOS 0.4.15-dev-7934-g1dc8d80
tagMRUINFOW Struct Reference
Collaboration diagram for tagMRUINFOW:

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
 

Detailed Description

Definition at line 226 of file comctl32undoc.c.

Member Function Documentation

◆ int()

tagMRUINFOW::int ( CALLBACK lpfnCompare)

Member Data Documentation

◆ binary_cmpfn

MRUBinaryCmpFn tagMRUINFOW::binary_cmpfn

Definition at line 236 of file comctl32undoc.c.

Referenced by FindMRUData().

◆ cbSize

DWORD tagMRUINFOW::cbSize

Definition at line 228 of file comctl32undoc.c.

Referenced by create_mru_list(), and SHAddToRecentDocs().

◆ fFlags

UINT tagMRUINFOW::fFlags

◆ hKey

HKEY tagMRUINFOW::hKey

Definition at line 231 of file comctl32undoc.c.

Referenced by create_mru_list(), MRU_SaveChanged(), and SHAddToRecentDocs().

◆ LPCWSTR

tagMRUINFOW::LPCWSTR

Definition at line 59 of file mru.c.

◆ lpszSubKey [1/2]

◆ lpszSubKey [2/2]

LPCWSTR tagMRUINFOW::lpszSubKey

Definition at line 58 of file mru.c.

◆ string_cmpfn

MRUStringCmpFnW tagMRUINFOW::string_cmpfn

Definition at line 235 of file comctl32undoc.c.

Referenced by create_mru_list(), and FindMRUData().

◆ 

union { ... } tagMRUINFOW::u

Referenced by create_mru_list(), and FindMRUData().

◆ uMax

UINT tagMRUINFOW::uMax

Definition at line 229 of file comctl32undoc.c.

Referenced by AddMRUData(), create_mru_list(), FreeMRUList(), and SHAddToRecentDocs().


The documentation for this struct was generated from the following files: