IFS - mini-FDS Entry Points: Difference between revisions
Appearance
m i |
No edit summary |
||
Line 6: | Line 6: | ||
!Entry Point||Description | !Entry Point||Description | ||
|- | |- | ||
|MFS_CHGFILEPTR||Move a file's position pointer | |[[MFS_CHGFILEPTR]]||Move a file's position pointer | ||
|- | |- | ||
|MFS_CLOSE||Close a file. | |[[MFS_CLOSE]]||Close a file. | ||
|- | |- | ||
|MFS_INIT||mini-FSD initialization | |[[MFS_INIT]]||mini-FSD initialization | ||
|- | |- | ||
|MFS_OPEN||Open a file | |[[MFS_OPEN]]||Open a file | ||
|- | |- | ||
|MFS_READ||Read from a file | |[[MFS_READ]]||Read from a file | ||
|- | |- | ||
|MFS_TERM||Terminate the mini-FSD | |[[MFS_TERM]]||Terminate the mini-FSD | ||
|} | |} | ||
Table 4-1. Summary of mini-FSD entry points | Table 4-1. Summary of mini-FSD entry points | ||
[[Category:IFS]] | [[Category:IFS]] |
Latest revision as of 05:30, 2 August 2020
Installable File Systems for OS/2 |
---|
Reprint Courtesy of International Business Machines Corporation, © International Business Machines Corporation
The following table is a summary of mini-FSD entry points:
Entry Point | Description |
---|---|
MFS_CHGFILEPTR | Move a file's position pointer |
MFS_CLOSE | Close a file. |
MFS_INIT | mini-FSD initialization |
MFS_OPEN | Open a file |
MFS_READ | Read from a file |
MFS_TERM | Terminate the mini-FSD |
Table 4-1. Summary of mini-FSD entry points