INtime SDK Help
GetRtInterruptInfo
INtime SDK v6 > About INtime > INtime Kernel > Interrupts > GetRtInterruptInfo

Returns a structure that contains information about an interrupt level.

BOOLEAN GetRtInterruptInfo(
    WORD wLevel,                // an interrupt level value
    LPINTERRUPTINFO lpInfo      // a pointer to a INTERRUPTINFO structure
);

Parameters

wLevel
An interrupt level value.
lpInfo
A pointer to the INTERRUPTINFO structure where the data is returned.

Return Values

TRUE
Success.
FALSE
Failure. To determine the status, call GetLastRtError.

Requirements

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

Structures