Sms_getpoolsstart, Syntax for c programmers sms_getpoolsstart – HP Integrity NonStop J-Series User Manual
Page 130
Guardian Procedures
HP NonStop Storage Management Foundation User's Guide—523562-007
8-18
SMS_GETPOOLSSTART_
Syntax for C Programmers
SMS_GETPOOLSSTART_
The SMS_GETPOOLSSTART_ procedure sets up a session for discovering the
storage pools on a particular system. After calling this procedure, call
SMS_GETPOOLSNEXT_ to retrieve information for individual storage pools.
error
returned value
INT
indicates the outcome of the operation. If an error occurs, a file system error
number is returned. If no error occurs, FEOK (zero) is returned.
system-name:system-name-length
input:input
STRING .EXT:ref:*, INT:value
specifies the name and name length of a local or remote system. If no system
name is specified, the current system is used.
#include
short SMS_GETPOOLSNEXT_
( char *pool-name
,short pool-name-max-length
,short *pool-name-out-length
,[char *pool-config-buffer
,short pool-config-buffer-max-length
,short *pool-config-buffer-out-length]
);
error := SMS_GETPOOLSSTART_
( [system-name:system-name-length] !
i:i
)CALLABLE, EXTENSIBLE;