.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetPixelFormat 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetPixelFormat\fR (GDI32.@) .SH SYNOPSIS INT GetPixelFormat ( HDC \fIhdc\fR ) .SH DESCRIPTION .PP Gets index of pixel format of \fBDC\fR. .SH PARAMS \fIhdc\fR \fB[In]\fR Device context whose pixel format index is sought. .PP .SH RETURNS .PP \fBSuccess:\fR Currently selected pixel format .PP \fBFailure:\fR \fB0\fR .SH IMPLEMENTATION .PP Declared in \fB"ddraw.h"\fR. .PP Implemented in \fB"dlls/gdi32/painting.c"\fR. .PP Debug channel \fB"gdi"\fR.