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
);
wLevelYou must call GetRtInterruptLevel to determine that value of wLevel. You cannot look up a global variable that contains wLevel until EnterRtInterrupt has been called.
TRUEFALSEE_OK 0x0000E_CONTEXT 0x0005| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 3.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |