Guardian Programming Reference Summary for C
Functions Summary (D-F)
Guardian Programming Reference Summary for C—522630-001
5-15
DISK_REFRESH_
(superseded on G-series releases) Causes control information to be written to the
associated disk volume.
DISKINFO
(superseded by FILE_GETINFOLISTBYNAME_) Obtains information about disk
volumes.
This procedure does not have C syntax, because it is superseded and should not be used
for new development. This procedure is supported only for compatibility with previous
software.
DNUMIN
Converts the ASCII characters that represent a number into the signed double-word
integer value for that number.
status
#include <cextdecs(DISK_REFRESH_)>
short DISK_REFRESH_ ( char *name /* i */
,short length ); /* i */
#include <cextdecs(DNUMIN)>
long DNUMIN ( char *ascii-num /* i */
,long *signed-result /* o */
,short base /* i */
,[ short *status ] /* o */
,[ short flags ] ); /* i */
1 = A nonexistent number (The string does not start with a valid sign, prefix, or
numeric.)
0 = Valid conversion.
-1 = Illegal integer (The number cannot be represented in 32 bits as a signed
quantity.)