Jump to content

DosQFHState: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
[[image:legacy.png]]
Returns file handle sharing and access characteristics.
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]


==Description==
This function has been renamed to "[[DosQueryFHState]]".
Returns file handle sharing and access characteristics.


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


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


Line 14: Line 11:


==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]]

Revision as of 13:01, 18 February 2017

Returns file handle sharing and access characteristics.

This function has been renamed to "DosQueryFHState".

Syntax

DosQFHState ()

Parameters

Return Code

Remarks

Example Code

External References