Home |
RTTarget-32 Programming Manual Function RTRestoreVector Function RTInstallSharedIRQHandlerEx Function RTInstallSharedIRQHandler Function RTRemoveSharedIRQHandlerEx Function RTRemoveSharedIRQHandler Function RTSaveAndDisableInterrupts System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTRestoreVectorFunction RTRestoreVector restores an Interrupt Descriptor previously saved by RTSaveVector: void RTRestoreVector(BYTE Vector, const RTInterruptGate * Gate); ParametersVectorSpecifies which entry to restore. GateA pointer to a buffer from which the descriptor is copied.
|