.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetColorProfileElement 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetColorProfileElement\fR (MSCMS.@) .SH SYNOPSIS BOOL SetColorProfileElement ( HPROFILE \fIhandle\fR, TAGTYPE \fItype\fR, DWORD \fIoffset\fR, PDWORD \fIsize\fR, PVOID \fIbuffer\fR ) .SH DESCRIPTION .PP Set data for a specified tag \fItype\fR. .SH PARAMS profile \fB[In]\fR Handle to a color profile. .PP \fItype\fR \fB[In]\fR \fBICC\fR tag \fItype\fR. .PP \fIoffset\fR \fB[In]\fR Offset in bytes to start copying to. .PP \fIsize\fR \fB[In/Out]\fR Size of the \fIbuffer\fR in bytes. On return the variable holds the number of bytes actually needed. .PP \fIbuffer\fR \fB[Out]\fR Buffer holding the tag data. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR .SH IMPLEMENTATION .PP Declared in \fB"icm.h"\fR. .PP Implemented in \fB"dlls/mscms/profile.c"\fR. .PP Debug channel \fB"mscms"\fR.