Jump to content

DosQueryFileMode: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
[[Image:warning.png|70px]]
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.  
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 informatio about it's details.
This function was listed on the "OS/2 2.0 Technical Library: Programming Guide Volume I" but there is no informatio about it's details.
 
==Description==
This function is used for setting and querying the standard attributes of files.


==Syntax==
==Syntax==
<PRE>
DosQueryFileMode ()


</PRE>
==Parameters==
==Parameters==


Line 19: Line 16:
==Example Code==
==Example Code==
=== C Binding===
=== C Binding===
<PRE>
</PRE>
===MASM Binding===
===MASM Binding===
<PRE>
</PRE>
==Related Functions==
==Related Functions==
*  
*  


[[Category:The OS/2 API Project]]
[[Category:Dos]]

Revision as of 03:05, 24 February 2017

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 informatio about it's details.

Syntax

DosQueryFileMode ()

Parameters

Return Code

Remarks

Example Code

C Binding

MASM Binding

Related Functions