System.TLargestVarData
Delphi
  TLargestVarData = record
    _Reserved1: Pointer;
    _Reserved2: Pointer;
  end;
C++
struct DECLSPEC_DRECORD TLargestVarData
{
public:
    void *_Reserved1;
    void *_Reserved2;
};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
record struct  | 
		public | System.pas System.hpp  | 
        System | System | 
Description
For internal use.
TLargestVarData should not be used directly.