mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:02:56 +00:00
IconArea_Image, IconArea_Text and IconArea_TextBackground values in desktop.ini in a folder will be supported. It denies network paths. CORE-5516
This commit is contained in:
parent
466dbc5929
commit
d04b4e65d6
4 changed files with 256 additions and 13 deletions
|
@ -1005,6 +1005,15 @@ typedef struct tagEXP_VISTA_ID_LIST
|
|||
#define EXP_KNOWN_FOLDER_SIG 0xa000000b
|
||||
#define EXP_VISTA_ID_LIST_SIG 0xa000000c
|
||||
|
||||
/* Not compatible yet */
|
||||
typedef struct SFVM_CUSTOMVIEWINFO_DATA
|
||||
{
|
||||
ULONG cbSize;
|
||||
HBITMAP hbmBack;
|
||||
COLORREF clrText;
|
||||
COLORREF clrTextBack;
|
||||
} SFVM_CUSTOMVIEWINFO_DATA, *LPSFVM_CUSTOMVIEWINFO_DATA;
|
||||
|
||||
#include <poppack.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue