ReleaseDC  Method

Description         Releases a device context handle. Use this method in pair with the GetDC method.

Syntax                 RetVal = [BIDisp.]ReleaseDC DC

Returns               RetVal                    Boolean           True on success, False otherwise.

Remarks             DC                          LONGLONG The handle of the device context. DC should be hDC here.

See Also              GetDC Method, Microsoft Visual Basic Language Reference hDC property