EnumColorProfilesW (MSCMS.@)
BOOL EnumColorProfilesW ( PCWSTR machine, PENUMTYPEW record, PBYTE buffer, PDWORD size, PDWORD number )
Enumerate profiles that match given criteria.
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. |
Success: TRUE
Failure: FALSE
Declared in "include/icm.h". gitlab.winehq.org/wine/wine/blob/master/include/icm.h
Implemented in "dlls/mscms/profile.c". gitlab.winehq.org/wine/wine/blob/master/dlls/mscms/profile.c
Debug channel "mscms".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.