PMGETCONTEXTCONFIG(3)
PM Programmer's Manual
PMGETCONTEXTCONFIG(3)
NAME
pmGetContextConfig - get configuration of a context

SYNOPSIS
int pmGetContextConfig(pmContext *pmc, pmContextConfig *configp);

ARGUMENTS
pmContext * pmc
IN
pmContext object
pmContextConfig * configp
OUT
Context configuration

IMPLEMENTATION LEVEL
BASE

DESCRIPTION
pmGetContextConfig() returns the configuration of a context.

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

RETURN VALUE
PM_SUCCESS Success


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