术语 | setenhmetafilebits |
释义 | SetEnhMetaFileBits 语法: HENHMETAFILE SetEnhMetaFileBits( __in UINT cbBuffer, __in const BYTE *lpData ); SetEnhMetaFileBits功能 该SetEnhMetaFileBits函数创建从指定的数据存储器为基础的增强型图元文件格式。 参数 cbBuffer [in] 指定的大小,以字节的数据,提供。 lpData [in] 指针指向一个包含增强的缓冲区,图元文件的数据。 (这是假设在缓冲区中的数据是通过调用GetEnhMetaFileBits函数获得。) 返回值 如果函数成功,返回值是一个句柄基于内存的增强型图元。 如果函数失败,返回值为NULL。 备注 当应用程序不再需要的增强型图元文件句柄,它应该删除处理调用DeleteEnhMetaFile功能。 该SetEnhMetaFileBits函数不接受在Windows图元文件格式的数据。要导入的Windows图元文件格式,使用SetWinMetaFileBits功能。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 图元文件概述 图元文件函数 DeleteEnhMetaFile GetEnhMetaFileBits SetWinMetaFileBits 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==SetEnhMetaFileBits Function The SetEnhMetaFileBits function creates a memory-based enhanced-format metafile from the specified data. Syntax HENHMETAFILE SetEnhMetaFileBits( __in UINT cbBuffer, __in const BYTE *lpData ); Parameters cbBuffer [in] Specifies the size, in bytes, of the data provided. lpData [in] Pointer to a buffer that contains enhanced-metafile data. (It is assumed that the data in the buffer was obtained by calling the GetEnhMetaFileBits function.) Return Value If the function succeeds, the return value is a handle to a memory-based enhanced metafile. If the function fails, the return value is NULL. Remarks When the application no longer needs the enhanced-metafile handle, it should delete the handle by calling the DeleteEnhMetaFile function. The SetEnhMetaFileBits function does not accept metafile data in the Windows format. To import Windows-format metafiles, use the SetWinMetaFileBits function. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWingdi.h (include Windows.h) LibraryGdi32.lib DLLGdi32.dll See Also Metafiles Overview Metafile Functions DeleteEnhMetaFile GetEnhMetaFileBits SetWinMetaFileBits Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd162975(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。