Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (D-F)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
5-17
DEVICEINFO 
(Superseded by FILE_GETINFOBYNAME_ or FILE_GETINFOLISTBYNAME_) 
Obtains the device type and physical record length of a file. The file can be opened or 
closed.
DEVICEINFO2 
(Superseded by FILE_GETINFOBYNAME_or FILE_GETINFOLISTBYNAME_) 
Obtains the device type and the physical record length of a file. The file can be opened 
or closed.
CALL DEVICEINFO ( filename
 ,devtype
 ,physical-recordlen );
filename, INT:ref:12 input
devtype, INT:ref:1 output
<0> Demountable.
<1> Audited disk, or the file name specified was a subdevice.
<2:3> Undefined.
<4:9> Device type.
<10:15> Device subtype.
physical-recordlen, INT:ref:1 output
CALL DEVICEINFO2 ( filename
 , [ devtype ]
 , [ physical-recordlen ]
 , [ diskprocess-version ]
 , [ error ]
 , [ options ]
 , [ tag-or-timeout ] );
filename, INT:ref:12 input
devtype, INT:ref:1 output










