Source position: asl.pas line 90
type TFileRequester = record  | 
case SmallInt of  | 
0: (  | 
rf_Reserved0: array [0..3] of Byte;  | 
rf_File: STRPTR;  | 
rf_Dir: STRPTR;  | 
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: APTR;  | 
rf_Reserved3: array [0..7] of Byte;  | 
rf_Pat: STRPTR;  | 
);  | 
1: (  | 
fr_Reserved0: array [0..3] of Byte;  | 
fr_File: STRPTR;  | 
fr_Drawer: STRPTR;  | 
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: APTR;  | 
fr_Reserved3: array [0..7] of Byte;  | 
fr_Pattern: STRPTR;  | 
);  | 
end;  |