Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
31d80321
Commit
31d80321
authored
Jun 13, 2005
by
Hans Leidekker
Committed by
Alexandre Julliard
Jun 13, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Declare missing functions.
parent
970ae8d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
+35
-0
icm.h
include/icm.h
+35
-0
No files found.
include/icm.h
View file @
31d80321
...
...
@@ -307,12 +307,31 @@ typedef struct _tagCOLORMATCHSETUPW
LPARAM
lParamApplyCallback
;
}
COLORMATCHSETUPW
,
*
PCOLORMATCHSETUPW
,
*
LPCOLORMATCHSETUPW
;
BOOL
WINAPI
AssociateColorProfileWithDeviceA
(
PCSTR
,
PCSTR
,
PCSTR
);
BOOL
WINAPI
AssociateColorProfileWithDeviceW
(
PCWSTR
,
PCWSTR
,
PCWSTR
);
#define AssociateColorProfileWithDevice WINELIB_NAME_AW(AssociateColorProfileWithDevice)
BOOL
WINAPI
CheckBitmapBits
(
HTRANSFORM
,
PVOID
,
BMFORMAT
,
DWORD
,
DWORD
,
DWORD
,
PBYTE
,
PBMCALLBACKFN
,
LPARAM
);
BOOL
WINAPI
CheckColors
(
HTRANSFORM
,
PCOLOR
,
DWORD
,
COLORTYPE
,
PBYTE
);
BOOL
WINAPI
ConvertColorNameToIndex
(
HPROFILE
,
PCOLOR_NAME
,
PDWORD
,
DWORD
);
BOOL
WINAPI
ConvertIndexToColorName
(
HPROFILE
,
PDWORD
,
PCOLOR_NAME
,
DWORD
);
BOOL
WINAPI
CloseColorProfile
(
HPROFILE
);
HTRANSFORM
WINAPI
CreateColorTransformA
(
LPLOGCOLORSPACEA
,
HPROFILE
,
HPROFILE
,
DWORD
);
HTRANSFORM
WINAPI
CreateColorTransformW
(
LPLOGCOLORSPACEW
,
HPROFILE
,
HPROFILE
,
DWORD
);
#define CreateColorTransform WINELIB_NAME_AW(CreateColorTransform)
BOOL
WINAPI
CreateDeviceLinkProfile
(
PHPROFILE
,
DWORD
,
PDWORD
,
DWORD
,
DWORD
,
PBYTE
*
,
DWORD
);
HTRANSFORM
WINAPI
CreateMultiProfileTransform
(
PHPROFILE
,
DWORD
,
PDWORD
,
DWORD
,
DWORD
,
DWORD
);
BOOL
WINAPI
CreateProfileFromLogColorSpaceA
(
LPLOGCOLORSPACEA
,
PBYTE
*
);
BOOL
WINAPI
CreateProfileFromLogColorSpaceW
(
LPLOGCOLORSPACEW
,
PBYTE
*
);
#define CreateProfileFromLogColorSpace WINELIB_NAME_AW(CreateProfileFromLogColorSpace)
BOOL
WINAPI
DeleteColorTransform
(
HTRANSFORM
);
BOOL
WINAPI
DisassociateColorProfileFromDeviceA
(
PCSTR
,
PCSTR
,
PCSTR
);
BOOL
WINAPI
DisassociateColorProfileFromDeviceW
(
PCWSTR
,
PCWSTR
,
PCWSTR
);
#define DisassociateColorProfileFromDevice WINELIB_NAME_AW(DisassociateColorProfileFromDevice)
BOOL
WINAPI
EnumColorProfilesA
(
PCSTR
,
PENUMTYPEA
,
PBYTE
,
PDWORD
,
PDWORD
);
BOOL
WINAPI
EnumColorProfilesW
(
PCWSTR
,
PENUMTYPEW
,
PBYTE
,
PDWORD
,
PDWORD
);
#define EnumColorProfiles WINELIB_NAME_AW(EnumColorProfiles)
DWORD
WINAPI
GenerateCopyFilePaths
(
LPCWSTR
,
LPCWSTR
,
LPBYTE
,
DWORD
,
LPWSTR
,
LPDWORD
,
LPWSTR
,
LPDWORD
,
DWORD
);
DWORD
WINAPI
GetCMMInfo
(
HTRANSFORM
,
DWORD
);
BOOL
WINAPI
GetColorDirectoryA
(
PCSTR
,
PSTR
,
PDWORD
);
BOOL
WINAPI
GetColorDirectoryW
(
PCWSTR
,
PWSTR
,
PDWORD
);
#define GetColorDirectory WINELIB_NAME_AW(GetColorDirectory)
...
...
@@ -322,6 +341,10 @@ BOOL WINAPI GetColorProfileFromHandle(HPROFILE,PBYTE,PDWORD);
BOOL
WINAPI
GetColorProfileHeader
(
HPROFILE
,
PPROFILEHEADER
);
HCOLORSPACE
WINAPI
GetColorSpace
(
HDC
);
BOOL
WINAPI
GetCountColorProfileElements
(
HPROFILE
,
PDWORD
);
BOOL
WINAPI
GetNamedProfileInfo
(
HPROFILE
,
PNAMED_PROFILE_INFO
);
BOOL
WINAPI
GetPS2ColorRenderingDictionary
(
HPROFILE
,
DWORD
,
PBYTE
,
PDWORD
,
PBOOL
);
BOOL
WINAPI
GetPS2ColorRenderingIntent
(
HPROFILE
,
DWORD
,
PBYTE
,
PDWORD
);
BOOL
WINAPI
GetPS2ColorSpaceArray
(
HPROFILE
,
DWORD
,
DWORD
,
PBYTE
,
PDWORD
,
PBOOL
);
BOOL
WINAPI
GetStandardColorSpaceProfileA
(
PCSTR
,
DWORD
,
PSTR
,
PDWORD
);
BOOL
WINAPI
GetStandardColorSpaceProfileW
(
PCWSTR
,
DWORD
,
PWSTR
,
PDWORD
);
#define GetStandardColorSpaceProfile WINELIB_NAME_AW(GetStandardColorSpaceProfile)
...
...
@@ -333,7 +356,13 @@ BOOL WINAPI IsColorProfileValid(HPROFILE,PBOOL);
HPROFILE
WINAPI
OpenColorProfileA
(
PPROFILE
,
DWORD
,
DWORD
,
DWORD
);
HPROFILE
WINAPI
OpenColorProfileW
(
PPROFILE
,
DWORD
,
DWORD
,
DWORD
);
#define OpenColorProfile WINELIB_NAME_AW(OpenColorProfile)
BOOL
WINAPI
RegisterCMMA
(
PCSTR
,
DWORD
,
PCSTR
);
BOOL
WINAPI
RegisterCMMW
(
PCWSTR
,
DWORD
,
PCWSTR
);
#define RegisterCMM WINELIB_NAME_AW(RegisterCMM)
BOOL
WINAPI
SelectCMM
(
DWORD
id
);
BOOL
WINAPI
SetColorProfileElement
(
HPROFILE
,
TAGTYPE
,
DWORD
,
PDWORD
,
PVOID
);
BOOL
WINAPI
SetColorProfileElementReference
(
HPROFILE
,
TAGTYPE
,
TAGTYPE
);
BOOL
WINAPI
SetColorProfileElementSize
(
HPROFILE
,
TAGTYPE
,
DWORD
);
BOOL
WINAPI
SetColorProfileHeader
(
HPROFILE
,
PPROFILEHEADER
);
HCOLORSPACE
WINAPI
SetColorSpace
(
HDC
,
HCOLORSPACE
);
BOOL
WINAPI
SetStandardColorSpaceProfileA
(
PCSTR
,
DWORD
,
PSTR
);
...
...
@@ -342,9 +371,15 @@ BOOL WINAPI SetStandardColorSpaceProfileW(PCWSTR,DWORD,PWSTR);
BOOL
WINAPI
SetupColorMatchingA
(
PCOLORMATCHSETUPA
);
BOOL
WINAPI
SetupColorMatchingW
(
PCOLORMATCHSETUPW
);
#define SetupColorMatching WINELIB_NAME_AW(SetupColorMatching)
BOOL
WINAPI
SpoolerCopyFileEvent
(
LPWSTR
,
LPWSTR
,
DWORD
);
BOOL
WINAPI
TranslateBitmapBits
(
HTRANSFORM
,
PVOID
,
BMFORMAT
,
DWORD
,
DWORD
,
DWORD
,
PVOID
,
BMFORMAT
,
DWORD
,
PBMCALLBACKFN
,
ULONG
);
BOOL
WINAPI
TranslateColors
(
HTRANSFORM
,
PCOLOR
,
DWORD
,
COLORTYPE
,
PCOLOR
,
COLORTYPE
);
BOOL
WINAPI
UninstallColorProfileA
(
PCSTR
,
PCSTR
,
BOOL
);
BOOL
WINAPI
UninstallColorProfileW
(
PCWSTR
,
PCWSTR
,
BOOL
);
#define UninstallColorProfile WINELIB_NAME_AW(UninstallColorProfile)
BOOL
WINAPI
UnregisterCMMA
(
PCSTR
,
DWORD
);
BOOL
WINAPI
UnregisterCMMW
(
PCWSTR
,
DWORD
);
#define UnregisterCMM WINELIB_NAME_AW(UnregisterCMM)
#define PROFILE_FILENAME 1
#define PROFILE_MEMBUFFER 2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment