ChoosePixelFormat (GDI32.@)
INT ChoosePixelFormat ( HDC hdc, const PIXELFORMATDESCRIPTOR* ppfd )
Matches a pixel format to given format.
hdc | [In] | Device context to search for best pixel match. |
ppfd | [In] | Pixel format for which a match is sought. |
Success: Pixel format index closest to given format
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.