GetPixelFormat(3w)
NAME
GetPixelFormat (GDI32.@)
SYNOPSIS
INT GetPixelFormat
(
HDC hdc
)
DESCRIPTION
Gets index of pixel format of DC.
PARAMS
hdc [In] Device context whose pixel format index is sought.
RETURNS
Success: Currently selected pixel 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".