Home |
RTTarget-32 Programming Manual Function RTSaveVector Function RTInstallSharedIRQHandlerEx Function RTInstallSharedIRQHandler Function RTRemoveSharedIRQHandlerEx Function RTRemoveSharedIRQHandler Function RTSaveAndDisableInterrupts System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTSaveVectorThis function saves an entry of the Interrupt Descriptor Table: void RTSaveVector(BYTE Vector, RTInterruptGate * Gate); ParametersVectorSpecifies which entry to save. GateA pointer to a buffer to which the descriptor is copied.
|