.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH IsColorProfileTagPresent 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBIsColorProfileTagPresent\fR (MSCMS.@) .SH SYNOPSIS BOOL IsColorProfileTagPresent ( HPROFILE \fIhandle\fR, TAGTYPE \fItype\fR, PBOOL \fIpresent\fR ) .SH DESCRIPTION .PP Determine if a given \fBICC\fR tag \fItype\fR is \fIpresent\fR in a color profile. .SH PARAMS profile \fB[In]\fR Color profile \fIhandle\fR. .PP tag \fB[In]\fR \fBICC\fR tag \fItype\fR. .PP \fIpresent\fR \fB[Out]\fR Pointer to a \fBBOOL\fR variable. Set to \fBTRUE\fR if tag \fItype\fR is \fIpresent\fR, \fBFALSE\fR otherwise. .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.