Jump to content

MFS CLOSE: Difference between revisions

From EDM2
Created page with "Close a file. ==Syntax== int far pascal MFS_CLOSE(void) ==Returns== If no error is detected, a zero error code is returned. If an error is detected, a non-zero error code i..."
 
mNo edit summary
Line 1: Line 1:
{{DISPLAYTITLE:MFS_CLOSE}}
Close a file.
Close a file.



Revision as of 03:25, 21 May 2019

Close a file.

Syntax

int far pascal MFS_CLOSE(void)

Returns

If no error is detected, a zero error code is returned. If an error is detected, a non-zero error code is returned.

Remarks

None.