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
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".