Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (C)
Guardian Procedure Calls Reference Manual522629-013
3-114
CONFIG_GETINFO_BYNAME2_ Procedure
(G-Series and H-Series RVUs Only)
Syntax for C Programmers
Note. In the TNS/E environment, the CEXTDECS file uses the int data type for 32-bit values.
This is a change from the TNS and TNS/R environments where CEXTDECS uses the long
data type for 32-bit values.
#include <cextdecs(CONFIG_GETINFO_BYLDEV2_)>
__int32_t CONFIG_GETINFO_BYLDEV2_ ( __int32_t ldevnum
, short *common-info
, short common-maxlen
, short *common-len
, char *specific-info ]
, short specific-maxlen ]
, short *specific-len ]
, __int32_t timeout ]
, __int32_t *error-detail ] );
#include <cextdecs(CONFIG_GETINFO_BYNAME2_)>
__int32_t CONFIG_GETINFO_BYNAME2_ ( char *devname
, short length
, short *common-info
, short common-maxlen
, short *common-len
, char *specific-info
, short specific-maxlen
, short *specific-len
, __int32_t timeout
, __int32_t *error-detail );