Jump to content

DosQFHState: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[image:legacy.png]]
{{Legacy
This function has been renamed to "[[OS2_API:CPI:DosQueryFHState|DosQueryFHState]]". [https://books.google.com.ec/books?id=u7WbsmbttwYC&pg=PT372&lpg=PT372&dq#v=onepage&q&f=false]
|RepFunc=[[DosQueryFHState]]
|Remarks=This function has been renamed to [[DosQueryFHState]] on OS/2 2.0.
}}


==Description==
Returns file handle sharing and access characteristics.
Returns file handle sharing and access characteristics.


==Syntax==
==Syntax==
<PRE>
DosQFHState ()


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


Line 14: Line 14:


==Remarks==
==Remarks==


==Example Code==
==Example Code==
===C Binding===
<PRE>
</PRE>
===MASM Binding===
<PRE>
</PRE>
==Related Functions==
*


==External References==
==External References==
* [http://www.ecomstation.it/pido2/home/gamba/advos2.txt Advanced OS/2 Programming] by [[Ray Duncan]]
* [http://www.ecomstation.it/pido2/home/gamba/advos2.txt Advanced OS/2 Programming] by [[Ray Duncan]]


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

Latest revision as of 22:30, 15 September 2017

Legacy Function Warning
It is recommended to use a newer replacement for this function.
Replacement: DosQueryFHState
Remarks: This function has been renamed to DosQueryFHState on OS/2 2.0.


Returns file handle sharing and access characteristics.

Syntax

DosQFHState ()

Parameters

Return Code

Remarks

Example Code

External References