术语 | endpath |
释义 | EndPath 语法: BOOL EndPath( __in HDC hdc ); EndPath函数 该EndPath函数关闭一个支架和路径选择的括号定义到指定的设备上下文路径。 参数 hdc [in] 阿设备句柄断章取义,把新的路径选择。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。 GetLastError函数可能会返回下列错误代码之一: ERROR_CAN_NOT_COMPLETE ERROR_INVALID_PARAMETER 实例 有关示例,请参阅使用路径。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 路径概览 路径功能 BeginPath 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==EndPath Function The EndPath function closes a path bracket and selects the path defined by the bracket into the specified device context. Syntax BOOL EndPath( __in HDC hdc ); Parameters hdc [in] A handle to the device context into which the new path is selected. Return Value If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. GetLastError may return one of the following error codes: ERROR_CAN_NOT_COMPLETE ERROR_INVALID_PARAMETER Examples For an example, see Using Paths . Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWingdi.h (include Windows.h) LibraryGdi32.lib DLLGdi32.dll See Also Paths Overview Path Functions BeginPath Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd162599(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。