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

EvmEventValidate(3)

HP-UX 11i Version 3: February 2007
» 

Technical documentation

» Feedback
Content starts here

 » Table of Contents

 » Index

NAME

EvmEventValidate() — perform a data integrity check on an event

SYNOPSIS

#include <evm/evm.h> EvmStatus_t EvmEventValidate( EvmEvent_t event );

Library

EVM Support Library (libevm.so).

Parameters

event

The event to be validated.

DESCRIPTION

The EvmEventValidate() routine performs a data integrity check on an event. The data integrity check intends to validate an event that was received over a connection or was retrieved from storage. Do not use the data integrity check on an event that has been modified by the caller.

RETURN VALUE

EvmERROR_NONE

The operation completed without error.

EvmERROR_INVALID_ARGUMENT

One of the arguments to the function is invalid.

EvmERROR_INVALID_VALUE

A value in a structure member is 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

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.