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
pmDevice object
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


$Id: pmGetNodeList.html,v 1.1.1.1 2002/02/12 02:00:13 kameyama Exp $