GetPixelFormat.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

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 "dlls/gdi32/painting.c".

Debug channel "gdi".