Home |
RTKernel-32 Programming Manual Function RTInstallSharedIRQHandlerEx Function RTInstallSharedIRQHandler Function RTRemoveSharedIRQHandlerEx Function RTRemoveSharedIRQHandler Function RTKRestoreIRQHandlerFar Function RTKCallIRQHandlerFar |
Function RTKCallIRQHandlerFarUsing function RTKCallIRQHandlerFar, an interrupt handler read with RTKSaveIRQHandlerFar can be called: RTKBool RTKCallIntFar(const RTKIRQDescriptor * Handler); ParametersHandlerPointer to a previously read RTKIRQDescriptor structure. return valueTRUE if the handler was actually called, otherwise FALSE. Calling such a handler is not always possible (e.g., when the target handler runs at a different privilege level). The return value indicates whether the handler was actually called. Function RTKRestoreIRQHandlerFar
|