Purpose
Closes and disposes of the CHttpFile handle and frees its memory.
Syntax
MICloseHttpFile( ByVal hFile As CHttpFile )
hFile is the CHttpFile object handle to be disposed of.
Description
Use the MICloseHttpFile() procedure to close and free the CHttpFile object handle, obtained by calling the MIOpenRequest() function or the MIOpenRequestFull() function, when the handle is no longer in use.