Jump to content

FSH_GETPRIORITY

From EDM2

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.