Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ EvmEventValidate(3) — Tru64 UNIX 5.1b

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

kevm(7)

EVM(5)

EvmEvent(5)

EvmEventValidate(3)  —  Subroutines

NAME

EvmEventValidate − Performs a data integrity check on an event. 

SYNOPSIS

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

OPERANDS

event
The event to be validated.

DESCRIPTION

The EvmEventValidate() routine performs a data integrity check on an event. This is intended to validate an event that has just been received over a connection or retrieved from storage.  It should not be used on an event that has been modified by the caller. There will be times following an event’s creation when it legitimately fails validation. 

RETURN VALUES

EvmERROR_NONE
The operation was completed without error.

EvmERROR_INVALID_ARGUMENT
One of the arguments to the function was 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

None

LIBRARY

EVM Support Library (libevm.so, libevm.a)

FILES

None

SEE ALSO

Files: kevm(7)

Event Management: EVM(5)

EVM Events: EvmEvent(5)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026