CloseFile PROC

Closes a disk file that was previously opened.

Call args:  EAX contains an open file handle

Return arg: EAX is nonzero if the operation was successful

Example:

      mov  eax,fileHandle
      call CloseFile
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)