![]() |
![]()
| ![]() |
![]()
NAMEpvm_lookup - retrieve data from pvmd database
SYNOPSISC int cc = pvm_lookup( char *name, int index, int *data ) PARAMETERSDESCRIPTIONSee pvm_insert(3PVM) for a description of this database. pvm_lookup retrieves data stored in the location given by <name, index>. If index is -1, the data stored at the first existing index in the named class is returned. ERRORSIf successful, pvm_lookup returns the index at which the data was stored (>= 0), otherwise it returns a negative error code:
SEE ALSOpvm_delete(3PVM), pvm_insert(3PVM)
|