.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH InstallColorProfileW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBInstallColorProfileW\fR (MSCMS.@) .SH SYNOPSIS BOOL InstallColorProfileW ( PCWSTR \fImachine\fR, PCWSTR \fIprofile\fR ) .SH DESCRIPTION .PP Install a color \fIprofile\fR. .SH PARAMS \fImachine\fR \fB[In]\fR Name of the \fImachine\fR to install the \fIprofile\fR on. Must be \fBNULL\fR, which indicates the local \fImachine\fR. .PP \fIprofile\fR \fB[In]\fR Full path name of the \fIprofile\fR to install. .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.