Sys2Close: Difference between revisions
Appearance
Created page with "==Description== Close a file or stream (wrapper to DosClose). ==Arguments== 1. File handle (returned by Sys2Open). (REQUIRED) '''REXX RETURN VALUE:''' 1 on success, or 0 ..." |
No edit summary |
||
Line 7: | Line 7: | ||
'''REXX RETURN VALUE:''' | '''REXX RETURN VALUE:''' | ||
1 on success, or 0 if an error occurred. | 1 on success, or 0 if an error occurred. | ||
[[Category:The OS/2 API Project]] |
Revision as of 14:56, 16 June 2016
Description
Close a file or stream (wrapper to DosClose).
Arguments
1. File handle (returned by Sys2Open). (REQUIRED)
REXX RETURN VALUE:
1 on success, or 0 if an error occurred.