ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

profile.c File Reference
#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.

Defines

#define IS_SEPARATOR(ch)   ((ch) == '\\' || (ch) == '/')

Functions

static void MSCMS_basename (LPCWSTR path, LPWSTR name)
static LPWSTR MSCMS_strdupW (LPCSTR str)
const charMSCMS_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)

Generated on Sun May 27 2012 05:10:04 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.