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 "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 Apr 2024.