Scroll to navigation

EnumColorProfilesW(3w) Wine API EnumColorProfilesW(3w)

NAME

EnumColorProfilesW (MSCMS.@)

SYNOPSIS

BOOL EnumColorProfilesW
(
PCWSTR machine,
PENUMTYPEW record,
PBYTE buffer,
PDWORD size,
PDWORD number
)
 

DESCRIPTION

Enumerate profiles that match given criteria.
 

PARAMS

machine [In] Name of the machine for which to enumerate profiles. Must be NULL, which indicates the local machine.
record [In] Record of criteria that a profile must match.
buffer [Out] Buffer to receive a string array of profile filenames.
size [In/Out] Size of the filename buffer in bytes.
number [Out] Number of filenames copied into buffer.
 

RETURNS

Success: TRUE
Failure: FALSE
 

IMPLEMENTATION

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