[Overview][Types][Procedures and functions][Variables][Index] |
Releases an Device Context obtained by GetDC.
Source position: winapih.inc line 224
function ReleaseDC( |
hWnd: HWND; |
DC: HDC |
):Integer; |
hWnd |
|
The window associated with the DC. |
Zero on failure.
|
Deletes an Device Context, created by CreateDC. |
lazarus-ccr.sourceforge.net |