EnableInterrupts
- 更新时间2023-02-21
- 阅读时长1分钟
void EnableInterrupts (void);
![]() |
Note (Windows) This function is obsolete and nonfunctional. |
(Linux) EnableInterrupts reverses the effect of the last call to DisableInterrupts. This function restores the signal processing state to the condition prior to the DisableInterrupts call.
Parameters
None.
Return Value
None.
Additional Information
Library: Utility Library
Include file: utility.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later
