Defines |
| #define | IS_SEPARATOR(ch) ((ch) == '\\' || (ch) == '/') |
Functions |
| static void | MSCMS_basename (LPCWSTR path, LPWSTR name) |
| static LPWSTR | MSCMS_strdupW (LPCSTR str) |
| const char * | MSCMS_dbgstr_tag (DWORD tag) |
| | WINE_DEFAULT_DEBUG_CHANNEL (mscms) |
| BOOL WINAPI | AssociateColorProfileWithDeviceA (PCSTR machine, PCSTR profile, PCSTR device) |
| static BOOL | set_profile_device_key (PCWSTR file, const BYTE *value, DWORD size) |
| BOOL WINAPI | AssociateColorProfileWithDeviceW (PCWSTR machine, PCWSTR profile, PCWSTR device) |
| BOOL WINAPI | DisassociateColorProfileFromDeviceA (PCSTR machine, PCSTR profile, PCSTR device) |
| BOOL WINAPI | DisassociateColorProfileFromDeviceW (PCWSTR machine, PCWSTR profile, PCWSTR device) |
| BOOL WINAPI | GetColorDirectoryA (PCSTR machine, PSTR buffer, PDWORD size) |
| BOOL WINAPI | GetColorDirectoryW (PCWSTR machine, PWSTR buffer, PDWORD size) |
| BOOL WINAPI | GetColorProfileElement (HPROFILE handle, TAGTYPE type, DWORD offset, PDWORD size, PVOID buffer, PBOOL ref) |
| BOOL WINAPI | GetColorProfileElementTag (HPROFILE handle, DWORD index, PTAGTYPE type) |
| BOOL WINAPI | GetColorProfileFromHandle (HPROFILE handle, PBYTE buffer, PDWORD size) |
| BOOL WINAPI | GetColorProfileHeader (HPROFILE handle, PPROFILEHEADER header) |
| BOOL WINAPI | GetCountColorProfileElements (HPROFILE handle, PDWORD count) |
| BOOL WINAPI | GetStandardColorSpaceProfileA (PCSTR machine, DWORD id, PSTR profile, PDWORD size) |
| BOOL WINAPI | GetStandardColorSpaceProfileW (PCWSTR machine, DWORD id, PWSTR profile, PDWORD size) |
| static BOOL | MSCMS_header_from_file (LPCWSTR file, PPROFILEHEADER header) |
| static BOOL | MSCMS_match_profile (PENUMTYPEW rec, PPROFILEHEADER hdr) |
| BOOL WINAPI | EnumColorProfilesA (PCSTR machine, PENUMTYPEA record, PBYTE buffer, PDWORD size, PDWORD number) |
| BOOL WINAPI | EnumColorProfilesW (PCWSTR machine, PENUMTYPEW record, PBYTE buffer, PDWORD size, PDWORD number) |
| BOOL WINAPI | InstallColorProfileA (PCSTR machine, PCSTR profile) |
| BOOL WINAPI | InstallColorProfileW (PCWSTR machine, PCWSTR profile) |
| BOOL WINAPI | IsColorProfileTagPresent (HPROFILE handle, TAGTYPE type, PBOOL present) |
| BOOL WINAPI | IsColorProfileValid (HPROFILE handle, PBOOL valid) |
| BOOL WINAPI | SetColorProfileElement (HPROFILE handle, TAGTYPE type, DWORD offset, PDWORD size, PVOID buffer) |
| BOOL WINAPI | SetColorProfileHeader (HPROFILE handle, PPROFILEHEADER header) |
| BOOL WINAPI | UninstallColorProfileA (PCSTR machine, PCSTR profile, BOOL delete) |
| BOOL WINAPI | UninstallColorProfileW (PCWSTR machine, PCWSTR profile, BOOL delete) |
| HPROFILE WINAPI | OpenColorProfileA (PPROFILE profile, DWORD access, DWORD sharing, DWORD creation) |
| HPROFILE WINAPI | OpenColorProfileW (PPROFILE profile, DWORD access, DWORD sharing, DWORD creation) |
| BOOL WINAPI | CloseColorProfile (HPROFILE profile) |