[SHELL32] Implement Explorer background image (Retrial of #801) (#1463)

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:
Katayama Hirofumi MZ 2019-04-05 07:59:35 +09:00 committed by GitHub
parent 466dbc5929
commit d04b4e65d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 256 additions and 13 deletions

View file

@ -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