.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetStandardColorSpaceProfileW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetStandardColorSpaceProfileW\fR (MSCMS.@) .SH SYNOPSIS BOOL GetStandardColorSpaceProfileW ( PCWSTR \fImachine\fR, DWORD \fIid\fR, PWSTR \fIprofile\fR, PDWORD \fIsize\fR ) .SH DESCRIPTION .PP Retrieve the \fIprofile\fR filename for a given standard color space \fIid\fR. .SH PARAMS \fImachine\fR \fB[In]\fR Name of the \fImachine\fR for which to get the standard color space. Must be \fBNULL\fR, which indicates the local \fImachine\fR. .PP \fIid\fR \fB[In]\fR Id of a standard color space. .PP \fIprofile\fR \fB[Out]\fR Buffer to receive the \fIprofile\fR filename. .PP \fIsize\fR \fB[In/Out]\fR Size of the filename buffer in bytes. .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.