PMGETDEVICECONFIG(3)
PM Programmer's Manual
PMGETDEVICECONFIG(3)
NAME
pmGetDeviceConfig - extract a device configuration

SYNOPSIS
int pmGetDeviceConfig(pmDevice *pmd, pmDeviceConfig *configp);

ARGUMENTS
pmDevice * pmd
IN
pmDevice object
pmDeviceConfig * configp
OUT
Device configuration

IMPLEMENTATION LEVEL
BASE

DESCRIPTION
pmGetDeviceConfig() extracts a configuration of a device.

NOTES
The caller must not free or alter the returned type name string.

RETURN VALUE
PM_SUCCESS Success


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