INtime SDK Help
SetRtEventHandlerPriority
INtime SDK v6 > About INtime > INtime Kernel > Distributed Systems Manager > SetRtEventHandlerPriority

Changes or presets the event handler thread priority. The call may be made before or after the first call to RegisterRtEventHandler.

BOOLEAN SetRtEventHandlerPriority(
    BYTE byPriority);

Parameters

byPriority
A priority value to set the event thread priority. The value must be between 5 and 253 (inclusive).

Return Values

A non-zero value on success, else 0 to indicate the call failed.

Status

E_OK 0x0000
No exceptional conditions occurred.
E_EXIST
The supplied handle was not found in the table.

Requirements

Versions Defined in Include Link to
INtime 6.0 intime/rt/include/rtdsm.h rt.h rt.lib
See Also