Scroll to navigation

GetStandardColorSpaceProfileW(3w) Wine API 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

Declared in "icm.h".
Implemented in "dlls/mscms/profile.c".
Debug channel "mscms".
Oct 2012 Wine API