Jump to content

FSH GETPRIORITY: Difference between revisions

From EDM2
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..."
 
Ak120 (talk | contribs)
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


0x0000 - background
==Calling Sequence==
0x1111 - foreground 
int far pascal FSH_GETPRIORITY(void)


==Calling Sequence==
<PRE>
int far pascal FSH_GETPRIORITY(void)
</PRE>
==Remarks==
==Remarks==
FSH_GETPRIORITY will not block.  
FSH_GETPRIORITY will not block.


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

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.