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". https://source.winehq.org/source/include/icm.h

Implemented in "dlls/mscms/profile.c". https://source.winehq.org/source/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 Mar 2024.