The ReleaseDC function releases a device context (DC), freeing it for use by other applications. The effect of the ReleaseDC function depends on the type of device context. It frees only common and window device contexts. It has no effect on class or private device contexts.
int ReleaseDC(
HWND hWnd, |
// handle of window |
HDC hDC |
// handle of device context |
); |
The return value specifies whether the device context is released. If the device context is released, the return value is 1.
If the device context is not released, the return value is zero.
The application must call the ReleaseDC function for each call to the GetWindowDC function and for each call to the GetDC function that retrieves a common device context.
An application cannot use the ReleaseDC function to release a device context that was created by calling the CreateDC function; instead, it must use the DeleteDC function.
CreateDC, DeleteDC, GetDC, GetWindowDC
file: /Techref/os/win/api/win32/func/src/f73_17.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 10:44,
18.119.159.148:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://techref.massmind.org/techref/os/win/api/win32/func/src/f73_17.htm"> ReleaseDC</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to techref.massmind.org! |
.