Releases a previously attached interrupt. This breaks the association between a user's interrupt handling routine and the hardware interrupt.
BOOLEAN RtReleaseInterruptVector(
    HANDLE hInterrupt
);
hInterrupt 
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 3.0 | intime/rt/include/iwin32.h | iwin32.h | iwin32.lib | 
Note
This function operates in the real-time portion of your application.
RtAttachInterruptVector, RtAttachInterruptVectorEx, iwin32 API, iwin32 Overview