Guardian Procedure Calls Reference Manual

attr^list := 8; ! get subdevice type only
attr^count := 1;
ret^vals^maxlen := 1;
timeout = 6000 ! 1 minute timeout value
error := PROCESS_GETINFOLIST_ ( , , , prochandle, attr^list,
attr^count, ret^vals^list,
ret^val^maxlen, ret^val^length,
error^detail, , , , , , , timeout);
Related Programming Manual
For programming information about the PROCESS_GETINFOLIST_ procedure, see the Guardian
Programmer's Guide.
1044 Guardian Procedure Calls (P)