LZClose The LZClose function closes a file that was opened by using the LZOpenFile function.
VB4-32,5,6
Declare Sub LZClose Lib "lz32.dll" Alias "LZClose" (ByVal hfFile As Long) |
Operating Systems Supported |
Requires Windows NT 3.1 or later; Requires Windows 95 or later |
- hFile
Identifies the source file to be closed. |
This function does not return a value. |
|