|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include "config.h"
#include "wine/debug.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "icm.h"
#include "mscms_priv.h"
Go to the source code of this file.
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (mscms) |
| BOOL WINAPI | CheckBitmapBits (HTRANSFORM transform, PVOID srcbits, BMFORMAT format, DWORD width, DWORD height, DWORD stride, PBYTE result, PBMCALLBACKFN callback, LPARAM data) |
| BOOL WINAPI | CheckColors (HTRANSFORM transform, PCOLOR colors, DWORD number, COLORTYPE type, PBYTE result) |
| BOOL WINAPI | ConvertColorNameToIndex (HPROFILE profile, PCOLOR_NAME name, PDWORD index, DWORD count) |
| BOOL WINAPI | ConvertIndexToColorName (HPROFILE profile, PDWORD index, PCOLOR_NAME name, DWORD count) |
| BOOL WINAPI | CreateDeviceLinkProfile (PHPROFILE profiles, DWORD nprofiles, PDWORD intents, DWORD nintents, DWORD flags, PBYTE *data, DWORD index) |
| BOOL WINAPI | CreateProfileFromLogColorSpaceA (LPLOGCOLORSPACEA space, PBYTE *buffer) |
| BOOL WINAPI | CreateProfileFromLogColorSpaceW (LPLOGCOLORSPACEW space, PBYTE *buffer) |
| DWORD WINAPI | GenerateCopyFilePaths (LPCWSTR printer, LPCWSTR directory, LPBYTE clientinfo, DWORD level, LPWSTR sourcedir, LPDWORD sourcedirsize, LPWSTR targetdir, LPDWORD targetdirsize, DWORD flags) |
| DWORD WINAPI | GetCMMInfo (HTRANSFORM transform, DWORD info) |
| BOOL WINAPI | GetNamedProfileInfo (HPROFILE profile, PNAMED_PROFILE_INFO info) |
| BOOL WINAPI | GetPS2ColorRenderingDictionary (HPROFILE profile, DWORD intent, PBYTE buffer, PDWORD size, PBOOL binary) |
| BOOL WINAPI | GetPS2ColorRenderingIntent (HPROFILE profile, DWORD intent, PBYTE buffer, PDWORD size) |
| BOOL WINAPI | GetPS2ColorSpaceArray (HPROFILE profile, DWORD intent, DWORD type, PBYTE buffer, PDWORD size, PBOOL binary) |
| BOOL WINAPI | RegisterCMMA (PCSTR machine, DWORD id, PCSTR dll) |
| BOOL WINAPI | RegisterCMMW (PCWSTR machine, DWORD id, PCWSTR dll) |
| BOOL WINAPI | SelectCMM (DWORD id) |
| BOOL WINAPI | SetColorProfileElementReference (HPROFILE profile, TAGTYPE type, TAGTYPE ref) |
| BOOL WINAPI | SetColorProfileElementSize (HPROFILE profile, TAGTYPE type, DWORD size) |
| BOOL WINAPI | SetStandardColorSpaceProfileA (PCSTR machine, DWORD id, PSTR profile) |
| BOOL WINAPI | SetStandardColorSpaceProfileW (PCWSTR machine, DWORD id, PWSTR profile) |
| BOOL WINAPI | SpoolerCopyFileEvent (LPWSTR printer, LPWSTR key, DWORD event) |
| BOOL WINAPI | UnregisterCMMA (PCSTR machine, DWORD id) |
| BOOL WINAPI | UnregisterCMMW (PCWSTR machine, DWORD id) |
Generated on Sun May 27 2012 05:12:06 for ReactOS by
1.7.6.1
|