Jump to content

FSH IOBOOST: Difference between revisions

From EDM2
Created page with "This function allows an FSD to boost the current thread's I/O priority after a I/O request. ==Syntax== FSH_IOBOOST(void) ==Parameters== None ==Returns== There are no erro..."
 
Ak120 (talk | contribs)
m r
 
Line 1: Line 1:
This function allows an FSD to boost the current thread's I/O priority after a I/O request.  
{{DISPLAYTITLE:FSH_IOBOOST}}
This function allows an FSD to boost the current thread's I/O priority after a I/O request.


==Syntax==
==Syntax==
  FSH_IOBOOST(void)
  FSH_IOBOOST(void)
==Parameters==
==Parameters==
None
None
==Returns==
==Returns==
There are no error returns.  
There are no error returns.
 
==Calling Sequence==
==Calling Sequence==
<PRE>
void far pascal FSH_IOBOOST(void)


void far pascal FSH_IOBOOST(void)
</PRE>
==Remarks==
==Remarks==
FSH_IOBOOST will not block.  
FSH_IOBOOST will not block.


[[Category:IFS Interfaces]]
[[Category:IFS Interfaces]]
{{DISPLAYTITLE:FSH_IOBOOST}}

Latest revision as of 04:45, 20 February 2020

This function allows an FSD to boost the current thread's I/O priority after a I/O request.

Syntax

FSH_IOBOOST(void)

Parameters

None

Returns

There are no error returns.

Calling Sequence

void far pascal FSH_IOBOOST(void)

Remarks

FSH_IOBOOST will not block.