Source position: datatypes.pas line 41
type tDataTypeHeader = record |
dth_Name: PChar; |
dth_BaseName: PChar; |
dth_Pattern: PChar; |
dth_Mask: Pointer; |
dth_GroupID: LongWord; |
dth_ID: LongWord; |
dth_MaskLen: SmallInt; |
dth_Pad: SmallInt; |
dth_Flags: Word; |
dth_Priority: Word; |
end; |