.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetColorProfileHeader 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetColorProfileHeader\fR (MSCMS.@) .SH SYNOPSIS BOOL GetColorProfileHeader ( HPROFILE \fIhandle\fR, PPROFILEHEADER \fIheader\fR ) .SH DESCRIPTION .PP Retrieve a color profile \fIheader\fR by \fIhandle\fR. .SH PARAMS profile \fB[In]\fR Handle to a color profile. .PP \fIheader\fR \fB[Out]\fR Buffer to receive the \fBICC\fR profile \fIheader\fR. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR. .SH NOTES .PP The profile \fIheader\fR returned will be adjusted for endianness. .SH IMPLEMENTATION .PP Declared in \fB"icm.h"\fR. .PP Implemented in \fB"dlls/mscms/profile.c"\fR. .PP Debug channel \fB"mscms"\fR.