术语 | lzclose |
释义 | LZClose 语法: C++ void WINAPI LZClose( __in INT hFile ); LZClose功能 关闭一个通过使用LZOpenFile函数打开的文件。 参数 hFile [in] 一个句柄,文件被关闭。 返回值 这个函数没有返回值。 备注 句柄确定文件必须通过调用LZOpenFile检索功能。如果句柄是通过调用CreateFile或OpenFile功能,检索出现的错误。 如果该文件已被压缩了的Lempel - Ziv算法,并利用LZOpenFile打开,LZClose释放任何全球性的堆空间被分配给扩展文件。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderLzexpand.h(头文件:winuser.h) LibraryLz32.lib DLLLz32.dll 参见 CreateFile 文件压缩和解压 文件管理函数 LZOpenFile OpenFile 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年9月3日 ==英文原文==LZClose Function Closes a file that was opened by using the LZOpenFile function. Syntax C++ void WINAPI LZClose( __in INT hFile ); Parameters hFile [in] A handle to the file to be closed. Return Value This function does not return a value. Remarks The handle identifying the file must be retrieved by calling the LZOpenFile function. If the handle is retrieved by calling the CreateFile or OpenFile function, an error occurs. If the file has been compressed by the Lempel-Ziv algorithm and opened by using LZOpenFile, LZClose frees any global heap space that was allocated to expand the file. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderLzexpand.h (include Windows.h) LibraryLz32.lib DLLLz32.dll See Also CreateFile File Compression and Decompression File Management Functions LZOpenFile OpenFile Send comments about this topic to Microsoft Build date: 9/3/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/aa365221(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。