术语 | deletedc |
释义 | DeleteDC 语法: BOOL DeleteDC( __in HDC hdc ); DeleteDC函数 该DeleteDC函数删除指定的设备上下文(DC)。 参数 hdc [in] 一个句柄,设备上下文。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。 备注 应用程序不能删除的DC,其处理是通过调用GetDC函数获得的。相反,它必须调用ReleaseDC函数释放区。 实例 有关示例,请参见检索打印机的能力。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 设备上下文概述 设备上下文函数 CreateDC GetDC ReleaseDC 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==DeleteDC Function The DeleteDC function deletes the specified device context (DC). Syntax BOOL DeleteDC( __in HDC hdc ); Parameters hdc [in] A handle to the device context. Return Value 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 DC whose handle was obtained by calling the GetDC function. Instead, it must call the ReleaseDC function to free the DC. Examples For an example, see Retrieving the Capabilities of a Printer . Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWingdi.h (include Windows.h) LibraryGdi32.lib DLLGdi32.dll See Also Device Contexts Overview Device Context Functions CreateDC GetDC ReleaseDC Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd183533(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。