[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'asl' (#aros)

TFileRequester

Declaration

Source position: asl.pas line 44

type TFileRequester = record

  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;


Documentation generated on: 2017-01-10