|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "config.h"#include "wine/debug.h"#include "wine/unicode.h"#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "winnls.h"#include "wingdi.h"#include "winuser.h"#include "winreg.h"#include "shlwapi.h"#include "icm.h"#include "mscms_priv.h"
Go to the source code of this file.
Definition at line 69 of file profile.c.
Referenced by init_function_ptrs().
Definition at line 154 of file profile.c.
Referenced by AssociateColorProfileWithDeviceA().
Definition at line 38 of file profile.c.
Referenced by AddDelBackupEntryA(), cleanable(), create_cache(), DoGetNameInZip(), FileSaveRestoreA(), get_events(), hash_basename(), InstallCatalog(), InstallColorProfileW(), pSetupInstallCatalog(), set_outfile(), set_profile_device_key(), SHGetNewLinkInfoW(), test_AssociateColorProfileWithDeviceA(), test_CryptCATAdminAddRemoveCatalog(), test_debug_heap(), and tinydir_file_open().
Definition at line 1523 of file profile.c.
Referenced by header_from_file(), init_function_ptrs(), and set_profile_device_key().
Definition at line 58 of file profile.c.
Referenced by CreateColorTransformW(), match_profile(), RegisterCMMA(), RegisterCMMW(), SelectCMM(), UnregisterCMMA(), UnregisterCMMW(), and WcsGetUsePerUserProfiles().
Definition at line 177 of file profile.c.
Referenced by init_function_ptrs().
Definition at line 216 of file profile.c.
Referenced by DisassociateColorProfileFromDeviceA().
| BOOL WINAPI EnumColorProfilesA | ( | PCSTR | machine, |
| PENUMTYPEA | record, | ||
| PBYTE | buffer, | ||
| PDWORD | size, | ||
| PDWORD | number | ||
| ) |
Definition at line 805 of file profile.c.
Referenced by init_function_ptrs().
| BOOL WINAPI EnumColorProfilesW | ( | PCWSTR | machine, |
| PENUMTYPEW | record, | ||
| PBYTE | buffer, | ||
| PDWORD | size, | ||
| PDWORD | number | ||
| ) |
Definition at line 958 of file profile.c.
Referenced by init_function_ptrs().
Definition at line 239 of file profile.c.
Referenced by EnumColorProfilesA(), and init_function_ptrs().
Definition at line 287 of file profile.c.
Referenced by EnumColorProfilesW(), GetColorDirectoryA(), GetStandardColorSpaceProfileW(), header_from_file(), init_function_ptrs(), InstallColorProfileW(), and OpenColorProfileW().
| BOOL WINAPI GetColorProfileElement | ( | HPROFILE | handle, |
| TAGTYPE | type, | ||
| DWORD | offset, | ||
| PDWORD | size, | ||
| PVOID | buffer, | ||
| PBOOL | ref | ||
| ) |
Definition at line 334 of file profile.c.
Referenced by init_function_ptrs().
Definition at line 380 of file profile.c.
Referenced by init_function_ptrs().
Definition at line 432 of file profile.c.
Referenced by init_function_ptrs().
| BOOL WINAPI GetColorProfileHeader | ( | HPROFILE | handle, |
| PPROFILEHEADER | header | ||
| ) |
Definition at line 484 of file profile.c.
Referenced by header_from_file(), init_function_ptrs(), and set_profile_device_key().
Definition at line 553 of file profile.c.
Referenced by init_function_ptrs().
Definition at line 615 of file profile.c.
Referenced by GetStandardColorSpaceProfileA(), and init_function_ptrs().
|
static |
Definition at line 669 of file profile.c.
Referenced by EnumColorProfilesA(), and EnumColorProfilesW().
Definition at line 1074 of file profile.c.
Referenced by init_function_ptrs().
Definition at line 1111 of file profile.c.
Referenced by init_function_ptrs(), and InstallColorProfileA().
Definition at line 1149 of file profile.c.
Referenced by init_function_ptrs().
|
static |
Definition at line 712 of file profile.c.
Referenced by EnumColorProfilesA(), and EnumColorProfilesW().
Definition at line 1355 of file profile.c.
Referenced by init_function_ptrs().
Definition at line 1396 of file profile.c.
Referenced by header_from_file(), init_function_ptrs(), OpenColorProfileA(), set_profile_device_key(), and WcsOpenColorProfileW().
Definition at line 1338 of file profile.c.
Referenced by OpenColorProfileA(), and WcsOpenColorProfileA().
Definition at line 105 of file profile.c.
Referenced by AssociateColorProfileWithDeviceW(), and DisassociateColorProfileFromDeviceW().
| BOOL WINAPI SetColorProfileElement | ( | HPROFILE | handle, |
| TAGTYPE | type, | ||
| DWORD | offset, | ||
| PDWORD | size, | ||
| PVOID | buffer | ||
| ) |
Definition at line 1225 of file profile.c.
Referenced by init_function_ptrs().
| BOOL WINAPI SetColorProfileHeader | ( | HPROFILE | handle, |
| PPROFILEHEADER | header | ||
| ) |
Definition at line 1260 of file profile.c.
Referenced by init_function_ptrs().
Definition at line 1288 of file profile.c.
Referenced by init_function_ptrs().
Definition at line 1327 of file profile.c.
Referenced by init_function_ptrs(), and UninstallColorProfileA().
| BOOL WINAPI WcsEnumColorProfilesSize | ( | WCS_PROFILE_MANAGEMENT_SCOPE | scope, |
| ENUMTYPEW * | record, | ||
| DWORD * | size | ||
| ) |
| BOOL WINAPI WcsGetUsePerUserProfiles | ( | const WCHAR * | name, |
| DWORD | class, | ||
| BOOL * | use_per_user_profile | ||
| ) |
| HPROFILE WINAPI WcsOpenColorProfileA | ( | PROFILE * | cdm, |
| PROFILE * | camp, | ||
| PROFILE * | gmmp, | ||
| DWORD | access, | ||
| DWORD | sharing, | ||
| DWORD | creation, | ||
| DWORD | flags | ||
| ) |
Definition at line 1558 of file profile.c.
| HPROFILE WINAPI WcsOpenColorProfileW | ( | PROFILE * | cdm, |
| PROFILE * | camp, | ||
| PROFILE * | gmmp, | ||
| DWORD | access, | ||
| DWORD | sharing, | ||
| DWORD | creation, | ||
| DWORD | flags | ||
| ) |
| WINE_DEFAULT_DEBUG_CHANNEL | ( | mscms | ) |