Sponsors

GetWindowDC

Function name: GetWindowDC

Defined in : User32

Requirements : Windows NT 3.1 or later; Windows 95 or later

Declaration:

Declare Function GetWindowDC Lib "user32" Alias "GetWindowDC" (ByVal hwnd As Long) As Long

Parameters:

Returns:

Related functions:

Examples:

Draw text on windows

Device Context

Categories