2 | 1 |
LF_CHAR | char |
char 8-bit value
2 | 2 |
LF_SHORT | short |
short 16-bit signed value
2 | 2 |
LF_USHORT | ushort |
ushort 16-bit unsigned value
2 | 4 |
LF_LONG | long |
long 32-bit signed value
2 | 4 |
LF_ULONG | ulong |
ulong 32-bit unsigned value
2 | 4 |
LF_REAL32 | real32 |
real32 32-bit floating-point value
2 | 8 |
LF_REAL64 | real64 |
real64 64-bit floating-point value
2 | 10 |
LF_REAL80 | real80 |
real80 80-bit floating-point value
2 | 16 |
LF_REAL128 | real128 |
real128 128-bit floating-point value
2 | 8 |
LF_QUADWORD | quadword |
quadword 64-bit signed value
2 | 8 |
LF_UQUADWORD | uquadword |
uquadword 64-bit unsigned value
2 | 6 |
LF_REAL48 | real48 |
real48 48-bit floating-point value
2 | 4 | 4 |
LF_COMPLEX32 | real | imaginary |
real Real part of complex number
imaginary Imaginary part of complex number
2 | 8 | 8 |
LF_COMPLEX64 | real | imaginary |
real Real part of complex number
imaginary Imaginary part of complex number
2 | 10 | 10 |
LF_COMPLEX80 | real | imaginary |
real Real part of complex number
imaginary Imaginary part of complex number
2 | 16 | 16 |
LF_COMPLEX128 | real | imaginary |
real Real part of complex number
imaginary Imaginary part of complex number
2 | 2 | * |
LF_VARSTRING | length | string |
length Length of following string
string Variable length string