Loads the correct data segment register for the RT process that called SetRtInterruptHandler. This allows the interrupt handler to have access to static data that belongs to that process.
BOOLEAN EnterRtInterrupt(
    WORD wLevel
);
wLevel 
You must call GetRtInterruptLevel to determine that value of wLevel. You cannot look up a global variable that contains wLevel until EnterRtInterrupt has been called.
TRUE 
FALSE 
E_OK 0x0000 
E_CONTEXT 0x0005 
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 3.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |