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

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.