EnumColorProfilesW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/mscms/profile.c".

Debug channel "mscms".