Guardian Programming Reference Summary for C

Functions Summary (A-C)
Guardian Programming Reference Summary for C522630-001
4-19
errormask
CONFIG_GETINFO_BYLDEV
CONFIG_GETINFO_BYNAME
Obtain the logical and physical attributes of a device on a G-series release. Use the
CONFIG_GETINFO_BYLDEV procedure to specify the device by logical device
number. Use the CONFIG_GETINFO_BYNAME procedure to specify the device by
name.
Bit 0 = Year
Bit 1 = Month
Bit 2 = Day
Bit 3 = Hour of day
Bit 4 = Minute of hour
Bit 5 = Second of minute
Bit 6 = Millisecond of second
Bit 7 = Microsecond of millisecond
Note. These procedures are supported only on G-series releases. To obtain information about
devices on D-series releases, call one of the following procedures:
FILE_GETINFOBYNAME_, DEVICE_GETINFOBYNAME_, or DEVICE_GETINFOBYLDEV_.
#include <cextdecs(CONFIG_GETINFO_BYLDEV_)>
short CONFIG_GETINFO_BYLDEV_
( long ldevnum /* i */
, long *common-info /* o */
, long common-info-maxlen /* i */
, long *common-info-len /* o */
, char *specific-info /* o */
, long specific-info-maxlen /* i */
, long *specific-info-len /* o */
, long timeout /* i */
, long *error-detail ) /* o */