.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH UninstallColorProfileW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBUninstallColorProfileW\fR (MSCMS.@) .SH SYNOPSIS BOOL UninstallColorProfileW ( PCWSTR \fImachine\fR, PCWSTR \fIprofile\fR, BOOL \fIdelete\fR ) .SH DESCRIPTION .PP Uninstall a color \fIprofile\fR. .SH PARAMS \fImachine\fR \fB[In]\fR Name of the \fImachine\fR to uninstall 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 uninstall. .PP \fIdelete\fR \fB[In]\fR Bool that specifies whether the \fIprofile\fR file should be deleted. .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.