ChoosePixelFormat.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Defined in "gdi_private.h".

Implemented in "dlls/gdi32/painting.c".

Debug channel "gdi".