[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Hook a specified signal
Source position: sysutils.pp line 62
procedure HookSignal( |
RtlSigNum: Integer |
); |
HookSignal installs the RTL default signal handler for signal RtlSigNum. It does not check whether the signal is already handled, and should therefor only be called if InquireSignal returns ssNotHooked.
lazarus-ccr.sourceforge.net |