PMGETTYPELIST(3)
PM Programmer's Manual
PMGETTYPELIST(3)
NAME
pmGetTypeList - extract a device type list

SYNOPSIS
int pmGetTypeList(const char **typep, int *ntypep);

ARGUMENTS
const char ** typep
OUT
Array of type name
int * ntypep
OUT
Number of types

IMPLEMENTATION LEVEL
BASE

DESCRIPTION
pmGetTypeList() extracts a device type list.

NOTES
The caller must not free or alter the returned strings.

RETURN VALUES
PM_SUCCESS Success
ENOMEM Not enough memory


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