Jump to content

FSH_GETPRIORITY

From EDM2
Revision as of 04:53, 12 February 2020 by Martini (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.