DescribePixelFormat (GDI32.@)
INT DescribePixelFormat ( HDC hdc, INT iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR ppfd )
Gets information about pixel format from DC.
hdc | [In] | Device context. |
iPixelFormat | [In] | Pixel format selector. |
nBytes | [In] | Size of buffer. |
ppfd | [Out] | Pointer to structure to receive pixel format data. |
Success: Maximum pixel format index of the device context
Failure: 0
Defined in "wingdi.h".
Implemented in "dlls/gdi32/painting.c". source.winehq.org/source/dlls/gdi32/painting.c
Debug channel "gdi".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.