GetDC.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

GetDC (USER32.@)

SYNOPSIS

HDC GetDC
 (
  HWND hwnd
 )

DESCRIPTION

Get a device context.

RETURNS

Success: Handle to the device context

Failure: NULL.

IMPLEMENTATION

Defined in "user_private.h".

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

Debug channel "win".