File_Close
Closes and open file.
File_Close PROTO hFile:QWORD
Parameters
hFile- handle of the opened file to close.
Returns
TRUE if successful, or FALSE otherwise.
Notes
This function as based on the MASM32 Library macro: fclose
See Also
Closes and open file.
File_Close PROTO hFile:QWORD
Parameters
hFile - handle of the opened file to close.
Returns
TRUE if successful, or FALSE otherwise.
Notes
This function as based on the MASM32 Library macro: fclose
See Also