.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DescribePixelFormat 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDescribePixelFormat\fR (GDI32.@) .SH SYNOPSIS INT DescribePixelFormat ( HDC \fIhdc\fR, INT \fIiPixelFormat\fR, UINT \fInBytes\fR, LPPIXELFORMATDESCRIPTOR \fIppfd\fR ) .SH DESCRIPTION .PP Gets information about pixel format from \fBDC\fR. .SH PARAMS \fIhdc\fR \fB[In]\fR Device context. .PP \fIiPixelFormat\fR \fB[In]\fR Pixel format selector. .PP \fInBytes\fR \fB[In]\fR Size of buffer. .PP \fIppfd\fR \fB[Out]\fR Pointer to structure to receive pixel format data. .PP .SH RETURNS .PP \fBSuccess:\fR Maximum pixel format index of the device context .PP \fBFailure:\fR \fB0\fR .SH IMPLEMENTATION .PP Declared in \fB"wingdi.h"\fR. .PP Implemented in \fB"dlls/gdi32/painting.c"\fR. .PP Debug channel \fB"gdi"\fR.