auxent.FD

union auxent
struct FD {
uint TagIndex;
uint TotalSize;
uint PointerToLinenumber;
uint PointerToNextFunction;
ushort Zeros;
}

Meta