Releases a device context
#include <WinAPIGdiDC.au3>
_WinAPI_ReleaseDC ( $hWnd, $hDC )
$hWnd | Handle of window |
$hDC | Identifies the device context to be released |
Success: | True |
Failure: | False |
The application must call the _WinAPI_ReleaseDC() function for each call to the _WinAPI_GetWindowDC() function and for
each call to the _WinAPI_GetDC() function that retrieves a common device context.
_WinAPI_DeleteDC, _WinAPI_GetDC, _WinAPI_GetWindowDC
Search ReleaseDC in MSDN Library.