GetStandardColorSpaceProfileW.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

GetStandardColorSpaceProfileW (MSCMS.@)

SYNOPSIS

BOOL GetStandardColorSpaceProfileW
 (
  PCWSTR machine,
  DWORD  id,
  PWSTR  profile,
  PDWORD size
 )

DESCRIPTION

Retrieve the profile filename for a given standard color space id.

PARAMS

machine [In] Name of the machine for which to get the standard color space. Must be NULL, which indicates the local machine.

id [In] Id of a standard color space.

profile [Out] Buffer to receive the profile filename.

size [In/Out] Size of the filename buffer in bytes.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Defined in "icm.h".

Implemented in "dlls/mscms/profile.c".

Debug channel "mscms".