.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetICMProfileA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetICMProfileA\fR (GDI32.@) .SH SYNOPSIS BOOL GetICMProfileA ( HDC \fIhdc\fR, LPDWORD \fIsize\fR, LPSTR \fIfilename\fR ) .SH DESCRIPTION .PP Returns the \fIfilename\fR of the specified device context's color management profile, even if color management is not enabled for that \fBDC\fR. .SH RETURNS .PP \fBTRUE\fR if \fIfilename\fR is copied successfully. \fBFALSE\fR if the buffer length pointed to by \fIsize\fR is too small. .SH FIXME .PP How does Windows(tm) assign these? Some registry key? .SH IMPLEMENTATION .PP Declared in \fB"wingdi.h"\fR. .PP Implemented in \fB"dlls/gdi32/icm.c"\fR. .PP Debug channel \fB"icm"\fR.