Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

TStackSwapStruct

Stack swap structure as passed to StackSwap

Declaration

Source position: exec.pas line 770

type TStackSwapStruct = record

  stk_Lower: Pointer;

  

Lowest byte of stack

  stk_Upper: LongWord;

  

Upper end of stack (size + Lowest)

  stk_Pointer: Pointer;

  

Stack pointer at switch point

end;


Documentation generated on: 2021-07-30