9 lines
123 B
ObjectPascal
9 lines
123 B
ObjectPascal
|
|
uses System.Runtime.InteropServices;
|
|||
|
|
|
|||
|
|
type
|
|||
|
|
[StructLayout(LayoutKind.&Explicit)]
|
|||
|
|
t1<T>=record
|
|||
|
|
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
begin end.
|