FSH IOBOOST: Difference between revisions
Appearance
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..." |
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== | ||
void far pascal FSH_IOBOOST(void) | |||
==Remarks== | ==Remarks== | ||
FSH_IOBOOST will not block. | FSH_IOBOOST will not block. | ||
[[Category:IFS Interfaces]] | [[Category:IFS Interfaces]] | ||
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.