mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:02:59 +00:00
[PSDK] Update shellapi.h and shlobj.h. CORE-15682
This commit is contained in:
parent
96d1cd2b62
commit
601cdab402
2 changed files with 18 additions and 1 deletions
|
@ -41,6 +41,8 @@ extern "C" {
|
|||
#include <shtypes.h>
|
||||
#include <shobjidl.h>
|
||||
|
||||
#include <pshpack8.h>
|
||||
|
||||
typedef struct
|
||||
{
|
||||
DWORD dwSize;
|
||||
|
@ -79,6 +81,13 @@ typedef struct
|
|||
DWORD cchLogo;
|
||||
} SHFOLDERCUSTOMSETTINGSW, *LPSHFOLDERCUSTOMSETTINGSW;
|
||||
|
||||
#include <poppack.h>
|
||||
|
||||
#define FCS_READ 0x00000001
|
||||
#define FCS_FORCEWRITE 0x00000002
|
||||
|
||||
#define FCSM_ICONFILE 0x00000010
|
||||
|
||||
#ifndef HPSXA_DEFINED
|
||||
#define HPSXA_DEFINED
|
||||
DECLARE_HANDLE(HPSXA);
|
||||
|
@ -255,6 +264,7 @@ SHMapPIDLToSystemImageListIndex(
|
|||
HRESULT WINAPI SHStartNetConnectionDialog(HWND,LPCSTR,DWORD);
|
||||
VOID WINAPI SHUpdateImageA(_In_ LPCSTR, INT, UINT, INT);
|
||||
VOID WINAPI SHUpdateImageW(_In_ LPCWSTR, INT, UINT, INT);
|
||||
#define SHUpdateImage WINELIB_NAME_AW(SHUpdateImage)
|
||||
|
||||
INT
|
||||
WINAPI
|
||||
|
@ -264,7 +274,12 @@ PickIconDlg(
|
|||
UINT cchIconPath,
|
||||
_Inout_opt_ int *);
|
||||
|
||||
#define SHUpdateImage WINELIB_NAME_AW(SHUpdateImage)
|
||||
HRESULT
|
||||
WINAPI
|
||||
SHLimitInputEdit(
|
||||
_In_ HWND hwnd,
|
||||
_In_ IShellFolder *folder);
|
||||
|
||||
int WINAPI RestartDialog(_In_opt_ HWND, _In_opt_ LPCWSTR, DWORD);
|
||||
int WINAPI RestartDialogEx(_In_opt_ HWND, _In_opt_ LPCWSTR, DWORD, DWORD);
|
||||
int WINAPI DriveType(int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue