TUcontext
Context description record
Declaration
Source position: sighndh.inc line 96
Type
TUcontext = record
uc\_flags : Cardinal;
uc\_link : Pucontext;
uc\_stack : tsigaltstack;
uc\_mcontext : TSigContext;
uc\_sigmask : tsigset;
end
Description
This structure is used to describe the user context in a program or thread. It is not used in this unit, but is provided for completeness.