.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetDC 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetDC\fR (USER32.@) .SH SYNOPSIS HDC GetDC ( HWND \fIhwnd\fR ) .SH DESCRIPTION .PP Get a device context. .SH RETURNS .PP \fBSuccess:\fR Handle to the device context .PP \fBFailure:\fR \fBNULL\fR. .SH IMPLEMENTATION .PP Declared in \fB"user_private.h"\fR. .PP Implemented in \fB"dlls/user32/painting.c"\fR. .PP Debug channel \fB"win"\fR.