Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP-UX Reference > E

EvmEventDump(3)

HP-UX 11i Version 3: February 2007
» 

Technical documentation

» Feedback
Content starts here

 » Table of Contents

 » Index

NAME

EvmEventDump() — dump an event in displayable form

SYNOPSIS

#include <evm/evm.h> #include <stdio.h> EvmStatus_t EvmEventDump( EvmConstEvent_t event, FILE *fd );

Library

EVM Support Library (libevm.so).

Parameters

event

The event for which a formatted dump is requested. All data items and variables contained in the event are displayed.

fd

Points to a FILE structure where the formatted event is to be dumped. This is usually stdout or stderr.

DESCRIPTION

The EvmEventDump() routine dumps an event in display format. All data items and variables contained in the event are displayed.

Notes

The format of the output is not guaranteed to be consistent between releases. Do not rely on the output for any standard processing.

RETURN VALUE

EvmERROR_NONE

The operation completed without error.

EvmERROR_INVALID_ARGUMENT

One of the arguments to the function was invalid.

EvmERROR_INVALID_VALUE

A value in a structure member was invalid.

EvmERROR_NO_MEMORY

An operation failed because an attempt to acquire heap memory failed.

ERRORS

The value of errno is not set.

SEE ALSO

Commands

evmshow(1).

Event Management

EVM(5).

EVM Events

EvmEvent(5).

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 1983-2007 Hewlett-Packard Development Company, L.P.