HP Operations Manager for Windows

HPOM Interface API


This API provides access to the HPOM Interfaces. HPOM for Windows provides the following interfaces:

Prerequisites

The API functions must be issued by the agent user.

Multithread Usage

All functions of the Interface API are safe to be called by multithreaded applications and are thread safe for both POSIX Threads and DCE User Threads. They are neither async-cancel, async-signal, nor fork-safe, and cannot be called safely i kernel threads.

opcreg_copy() is not thread safe for POSIX threads or for DCE User Threads.

Registration conditions of the HPOM Interface API

HPOM provides a user-accessible data type to define registration conditions as the mechanism to register with the HPOM Interfaces.

HPOM provides a set of APIs to create an empty condition, modify or query condition fields and to duplicate or delete a condition definition from memory.

Related Topics: