.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetColorProfileFromHandle 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetColorProfileFromHandle\fR (MSCMS.@) .SH SYNOPSIS BOOL GetColorProfileFromHandle ( HPROFILE \fIhandle\fR, PBYTE \fIbuffer\fR, PDWORD \fIsize\fR ) .SH DESCRIPTION .PP Retrieve an \fBICC\fR color profile by \fIhandle\fR. .SH PARAMS profile \fB[In]\fR Handle to a color profile. .PP \fIbuffer\fR \fB[Out]\fR Buffer to receive the \fBICC\fR profile. .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 .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR. .SH NOTES .PP The profile returned will be in big-endian format. .SH IMPLEMENTATION .PP Declared in \fB"icm.h"\fR. .PP Implemented in \fB"dlls/mscms/profile.c"\fR. .PP Debug channel \fB"mscms"\fR.