Source position: asl.pas line 56
type TFileRequester = record |
case SmallInt of |
0: ( |
rf_Reserved0: array [0..3] of Byte; |
rf_File: PChar; |
rf_Dir: PChar; |
rf_Reserved1: array [0..9] of Byte; |
rf_LeftEdge: SmallInt; |
rf_TopEdge: SmallInt; |
rf_Width: SmallInt; |
rf_Height: SmallInt; |
rf_Reserved2: array [0..1] of Byte; |
rf_NumArgs: LongInt; |
rf_ArgList: PWBArgList; |
rf_UserData: Pointer; |
rf_Reserved3: array [0..7] of Byte; |
rf_Pat: PChar; |
); |
1: ( |
fr_Reserved0: array [0..3] of Byte; |
fr_File: PChar; |
fr_Drawer: PChar; |
fr_Reserved1: array [0..9] of Byte; |
fr_LeftEdge: SmallInt; |
fr_TopEdge: SmallInt; |
fr_Width: SmallInt; |
fr_Height: SmallInt; |
fr_Reserved2: array [0..1] of Byte; |
fr_NumArgs: LongInt; |
fr_ArgList: PWBArgList; |
fr_UserData: Pointer; |
fr_Reserved3: array [0..7] of Byte; |
fr_Pattern: PChar; |
); |
end; |