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

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".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout