ReleaseDC
Windows Mobile 6.5
A version of this page is also available for
4/8/2010
This function releases a device context (DC), freeing it for use by other applications. The effect of ReleaseDC depends on the type of device context.
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.
Community Additions
Show: