
{ The following type is used to hold STATE information for the GFP$SCAN_ALL_FDES procedure.

  TYPE
    gft$scan_all_fdes_state = RECORD
      control_p: ^gft$file_descriptor_control,
      current_index: integer, {Must be integer}
    RECEND;

*copyc gft$file_descriptor_control
*copyc gft$file_descriptor_index
