mirror of
https://github.com/reactos/reactos.git
synced 2025-06-23 02:00:16 +00:00
[SDK][INCLUDE] Fix and improve comctl32_undoc.h
This commit is contained in:
parent
8da7fbc704
commit
9fc87dacdb
2 changed files with 101 additions and 41 deletions
|
@ -427,12 +427,12 @@ BOOL COpenWithList::LoadProgIdList(HKEY hKey, LPCWSTR pwszExt)
|
|||
|
||||
HANDLE COpenWithList::OpenMRUList(HKEY hKey)
|
||||
{
|
||||
CREATEMRULISTW Info;
|
||||
MRUINFOW Info;
|
||||
|
||||
/* Initialize mru list info */
|
||||
Info.cbSize = sizeof(Info);
|
||||
Info.nMaxItems = 32;
|
||||
Info.dwFlags = MRU_STRING;
|
||||
Info.uMax = 32;
|
||||
Info.fFlags = MRU_STRING;
|
||||
Info.hKey = hKey;
|
||||
Info.lpszSubKey = L"OpenWithList";
|
||||
Info.lpfnCompare = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue