GetStandardColorSpaceProfileW(3w)
NAME
GetStandardColorSpaceProfileW (MSCMS.@)
SYNOPSIS
BOOL GetStandardColorSpaceProfileW ( PCWSTR machine, DWORD id, PWSTR profile, PDWORD size )
DESCRIPTION
Retrieve the profile filename for a given standard color space id.
PARAMS
machine [In] Name of the machine for which to get the standard color space. Must be NULL, which indicates the local machine.
id [In] Id of a standard color space.
profile [Out] Buffer to receive the profile filename.
size [In/Out] Size of the filename buffer in bytes.
RETURNS
Success: TRUE
Failure: FALSE
IMPLEMENTATION
Defined in "icm.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/mscms/profile.c".
- Debug channel "mscms".