Platform | Win32, x64 |
Purpose |
To release a bitmap device context acquired by GET_BITMAP_DC@. |
Syntax |
SUBROUTINE RELEASE_BITMAP_DC@(HDC) |
Description |
The device context and its associated bitmap are released. This function must not be called whilst a window that uses the device context is still active. HDC is the value returned by a previous call to GET_BITMAP_DC@. |
See also |