LZClose |
VB声明 | |
Declare Sub LZClose Lib "lz32.dll" Alias "LZClose" (ByVal hfFile As Long) | |
说明 | |
关闭由LZOpenFile 或 LZInit函数打开的一个文件 | |
参数表 | |
参数 | 类型及说明 |
hfFile | Long,欲关闭的句柄。这是由LZOpenFile 或 LZInit函数返回的一个句柄,不是普通的系统文件句柄 |
LZClose |
VB声明 | |
Declare Sub LZClose Lib "lz32.dll" Alias "LZClose" (ByVal hfFile As Long) | |
说明 | |
关闭由LZOpenFile 或 LZInit函数打开的一个文件 | |
参数表 | |
参数 | 类型及说明 |
hfFile | Long,欲关闭的句柄。这是由LZOpenFile 或 LZInit函数返回的一个句柄,不是普通的系统文件句柄 |