Scroll to navigation

ChoosePixelFormat(3w) Wine API ChoosePixelFormat(3w)

NAME

ChoosePixelFormat (GDI32.@)

SYNOPSIS

INT ChoosePixelFormat
(
HDC hdc,
const PIXELFORMATDESCRIPTOR* ppfd
)
 

DESCRIPTION

Matches a pixel format to given format.
 

PARAMS

hdc [In] Device context to search for best pixel match.
ppfd [In] Pixel format for which a match is sought.
 

RETURNS

Success: Pixel format index closest to given format
Failure: 0
 

IMPLEMENTATION

Declared in "wingdi.h".
Implemented in "dlls/gdi32/painting.c".
Debug channel "gdi".
Oct 2012 Wine API