| PMGETNODELIST(3) | PM Programmer's Manual | PMGETNODELIST(3) | 
- NAME
- 
pmGetNodeList - extract a device node list
 
- SYNOPSIS
- 
int pmGetNodeList(pmDevice *pmd, const char **nodep, int *nnodep);
 
- ARGUMENTS
- 
  | pmDevice * | pmd | IN | pmDeviceobject |  
  | const char ** | nodep | OUT | Array of node names |  
  | int * | nnodep | OUT | Number of nodes |  
 
 
- IMPLEMENTATION LEVEL
- 
BASE
 
- DESCRIPTION
- 
pmGetNodeList() extracts a device node list.
 
- NOTES
- 
The caller must not free or alter the returned strings.
 
- RETURN VALUES
- 
  | PM_SUCCESS | Success |  
  | ENOMEM | Not enough memory |