FSH GETPRIORITY: Difference between revisions
Appearance
Created page with "This function allows an FSD to retrieve the I/O priority of the current thread. ==Syntax== FSH_GETPRIORITY(void) ==Parameters== None. ==Returns== This function returns th..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
This function allows an FSD to retrieve the I/O priority of the current thread. | {{DISPLAYTITLE:FSH_GETPRIORITY}} | ||
This function allows an FSD to retrieve the I/O priority of the current thread. | |||
==Syntax== | ==Syntax== | ||
Line 5: | Line 6: | ||
==Parameters== | ==Parameters== | ||
None. | None. | ||
==Returns== | ==Returns== | ||
This function returns the I/O of the current thread: | This function returns the I/O of the current thread: | ||
:0x0000 - background | |||
:0x1111 - foreground | |||
==Calling Sequence== | |||
int far pascal FSH_GETPRIORITY(void) | |||
==Remarks== | ==Remarks== | ||
FSH_GETPRIORITY will not block. | FSH_GETPRIORITY will not block. | ||
[[Category:IFS Interfaces]] | [[Category:IFS Interfaces]] | ||
Latest revision as of 22:04, 12 February 2020
This function allows an FSD to retrieve the I/O priority of the current thread.
Syntax
FSH_GETPRIORITY(void)
Parameters
None.
Returns
This function returns the I/O of the current thread:
- 0x0000 - background
- 0x1111 - foreground
Calling Sequence
int far pascal FSH_GETPRIORITY(void)
Remarks
FSH_GETPRIORITY will not block.