Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (D-F)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
5-19
DISKINFO
(Superseded by FILE_GETINFOLISTBYNAME_) Obtains information about disk
volumes.
DNUMIN
Converts the ASCII characters that represent a number into the signed double-word
integer value for that number.
error := DISKINFO ( name
, [ capacity ]
, [ avail ]
, [ numfrag ]
, [ biggest ]
, [ drivekinds ]
, [ drivecaps] );
error, INT returned value
name, INT .EXT:ref:12 input
capacity, INT(32) .EXT:ref:1 output
avail, INT(32) .EXT:ref:1 output
numfrag, INT(32) .EXT:ref:1 output
biggest, INT(32) .EXT:ref:1 output
drivekinds, STRING .EXT:ref:16 output
[0:7] The product number of the primary drive.
[8:15] The product number of the mirror drive.
drivecaps, INT(32) .EXT:ref:2 output
next-addr := DNUMIN ( ascii-num
,signed-result
,base
,[ status ]
,[ flags ] );