DescribePixelFormat(3w)
NAME
DescribePixelFormat (GDI32.@)
SYNOPSIS
INT DescribePixelFormat ( HDC hdc, INT iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR ppfd )
DESCRIPTION
Gets information about pixel format from DC.
PARAMS
hdc [In] Device context.
iPixelFormat [In] Pixel format selector.
nBytes [In] Size of buffer.
ppfd [Out] Pointer to structure to receive pixel format data.
RETURNS
Success: Maximum pixel format index of the device context
Failure: 0
IMPLEMENTATION
Defined in "gdi_private.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/painting.c".
- Debug channel "gdi".