ReleaseDC(IntPtr, IntPtr) | Releases a device context (DC), freeing it for use by other applications. The effect of the ReleaseDC(IntPtr, IntPtr) function depends on the type of DC. It frees only common and window DCs. It has no effect on class or private DCs. |
ReleaseDC(SafeHandle, IntPtr) | Releases a device context (DC), freeing it for use by other applications. The effect of the ReleaseDC(IntPtr, IntPtr) function depends on the type of DC. It frees only common and window DCs. It has no effect on class or private DCs. |