.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetCountColorProfileElements 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetCountColorProfileElements\fR (MSCMS.@) .SH SYNOPSIS BOOL GetCountColorProfileElements ( HPROFILE \fIhandle\fR, PDWORD \fIcount\fR ) .SH DESCRIPTION .PP Retrieve the number of elements in a color profile. .SH PARAMS profile \fB[In]\fR Handle to a color profile. .PP \fIcount\fR \fB[Out]\fR Pointer to a variable which is set to the number of elements in the color profile. .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.