HP (Hewlett-Packard) HP OpenView Vantagepoint – Operation Manual for UNIX Printer User Manual


 
Integration Facilities of the HP OpenView NNM Core Platform
The OpenView Windows API
Chapter 6 247
Table 6-4 SNMP Communications API Functions
Category Function Name Description
Database
Access
OVsnmpConfOpen Open the SNMP configuration database for
subsequent access.
OVsnmpConfClose Close the SNMP configuration database.
OVsnmpConfDbName Obtain the pathname of the SNMP configuration
database.
OVsnmpConfFileName Obtain the pathname of the backwards compatibility
(shadow) file that is associated with the SNMP
configuration database.
Resolution OVsnmpConfResolveDest Obtain the effective configuration parameters for a
specified destination agent.
OVsnmpConfFreeDest Deallocate all memory associated with the
OVsnmpConfDest structure returned by
OVsnmpConfResolveDest(3).
Editing OVsnmpConfReadNextEntry Sequentially read specific node records from the
SNMP configuration database.
OVsnmpConfReadEntry Read a specific node record from the SNMP
configuration database.
OVsnmpConfCreateEntry Create a new specific node record in the SNMP
configuration database. This operation will fail if a
record already exists for the specified node.
OVsnmpConfStoreEntry Create or replace, as necessary, a specific node record
in the SNMP
configuration database.
OVsnmpConfDeleteEntry Delete a specific node record from the SNMP
configuration database.
OVsnmpConfAllocEntry Allocate an OVsnmpConfEntry structure.
OVsnmpConfCopyEntry Allocate and initialize an OVsnmpConfEntry
structure with the values from the specified
OVsnmpConfEntry structure.