SysFileCloseΒΆ
This function of type BOOL serves to close a file, which has been opened before by SysFileOpen. The return value is 1 (ok) or 0 (error).
| Input-Variable | Data Type | Description |
|---|---|---|
| File | DWORD | File number (see SysFileOpen) |
This function of type BOOL serves to close a file, which has been opened before by SysFileOpen. The return value is 1 (ok) or 0 (error).
| Input-Variable | Data Type | Description |
|---|---|---|
| File | DWORD | File number (see SysFileOpen) |