|  | Overview |  | 
|  | 
|  | Group |  | 
|  | 
|  | Quick Info 
 | Windows NT 
 | Yes 
 |  | Win95 
 | Yes 
 |  | Win32s 
 | Yes 
 |  | Import Library 
 | gdi32.lib 
 |  | Header File 
 | wingdi.h 
 |  | Unicode 
 | No 
 |  | Platform Notes 
 | Windows 95: int == 16 bits 
 | 
 |  | 
 
DeleteDC
The 
DeleteDC function deletes the specified device context (DC). 
BOOL DeleteDC(
| HDC hdc 
 | // handle to device context 
 | 
| ); 
 | 
 | 
 
Parameters
hdc
Identifies the device context. 
 
Return Values
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. 
Remarks
An application must not delete a device context whose handle was obtained by
calling the 
GetDC function. Instead, it must call the 
ReleaseDC function to free the device context. 
See Also
CreateDC, 
GetDC, 
ReleaseDC
			
				- Software for developers
				
- 
				Delphi Components
 .Net Components
 Software for Android Developers
- More information resources
				
- 
				MegaDetailed.Net
 Unix Manual Pages
 Delphi Examples