RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ObjAuto.TParameters Record
Pascal
TParameters = packed record
  Registers: array[paEDX..paECX] of Cardinal;
  Stack: array[0..1023] of Byte;
end;
C++
struct TParameters {
  array[paEDX..paECX] of Cardinal Registers;
  array[0..1023] of Byte Stack;
};

This is record ObjAuto.TParameters.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!