Scroll to navigation

SetColorProfileHeader(3w) Wine API SetColorProfileHeader(3w)

NAME

SetColorProfileHeader (MSCMS.@)

SYNOPSIS

BOOL SetColorProfileHeader
(
HPROFILE handle,
PPROFILEHEADER header
)
 

DESCRIPTION

Set header data for a given profile.
 

PARAMS

profile [In] Handle to a color profile.
header [In] Buffer holding the header data.
 

RETURNS

Success: TRUE
Failure: FALSE
 

IMPLEMENTATION

Declared in "icm.h".
Implemented in "dlls/mscms/profile.c".
Debug channel "mscms".
Oct 2012 Wine API