mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[PSDK] Update icm.h. CORE-15682
This commit is contained in:
parent
1cd2f5438c
commit
e783670140
1 changed files with 8 additions and 0 deletions
|
@ -176,6 +176,12 @@ typedef enum
|
|||
BM_16b_GRAY,
|
||||
} BMFORMAT, *PBMFORMAT, *LPBMFORMAT;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
WCS_PROFILE_MANAGEMENT_SCOPE_SYSTEM_WIDE,
|
||||
WCS_PROFILE_MANAGEMENT_SCOPE_CURRENT_USER
|
||||
} WCS_PROFILE_MANAGEMENT_SCOPE;
|
||||
|
||||
typedef BOOL (CALLBACK *PBMCALLBACKFN)(ULONG,ULONG,LPARAM);
|
||||
typedef PBMCALLBACKFN LPPBMCALLBACKFN;
|
||||
|
||||
|
@ -403,6 +409,8 @@ BOOL WINAPI UninstallColorProfileW(PCWSTR,PCWSTR,BOOL);
|
|||
BOOL WINAPI UnregisterCMMA(PCSTR,DWORD);
|
||||
BOOL WINAPI UnregisterCMMW(PCWSTR,DWORD);
|
||||
#define UnregisterCMM WINELIB_NAME_AW(UnregisterCMM)
|
||||
BOOL WINAPI WcsEnumColorProfilesSize(WCS_PROFILE_MANAGEMENT_SCOPE,ENUMTYPEW*,DWORD*);
|
||||
BOOL WINAPI WcsGetUsePerUserProfiles(const WCHAR*,DWORD,BOOL*);
|
||||
|
||||
#define PROFILE_FILENAME 1
|
||||
#define PROFILE_MEMBUFFER 2
|
||||
|
|
Loading…
Reference in a new issue