DosQueryFileMode: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
There is no much information about this function and it is possible that it was not implemented on the OS/2 4.5 Toolkit. | There is no much information about this function and it is possible that it was not implemented on the OS/2 4.5 Toolkit. | ||
This function was listed on the "OS/2 2.0 Technical Library: Programming Guide Volume I" but there is no | This function was listed on the "OS/2 2.0 Technical Library: Programming Guide Volume I" but there is no information about it's details. | ||
==Syntax== | ==Syntax== | ||
Line 14: | Line 14: | ||
==Remarks== | ==Remarks== | ||
A file's open mode can be queried and set at run time by a call to the DosQueryFileMode and [[DosSetFileMode]] API functions. | A file's open mode can be queried and set at run time by a call to the DosQueryFileMode and [[DosSetFileMode]] API functions. | ||
Maybe it is related to the legacy function [[DosQFileMode]]. | |||
[[Category:Dos]] | [[Category:Dos]] |
Latest revision as of 19:04, 8 May 2021
This function is used for setting and querying the standard attributes of files.
There is no much information about this function and it is possible that it was not implemented on the OS/2 4.5 Toolkit.
This function was listed on the "OS/2 2.0 Technical Library: Programming Guide Volume I" but there is no information about it's details.
Syntax
DosQueryFileMode ()
Parameters
Return Code
Remarks
A file's open mode can be queried and set at run time by a call to the DosQueryFileMode and DosSetFileMode API functions. Maybe it is related to the legacy function DosQFileMode.