Query: evmstatustextget
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
EvmStatusTextGet(3) Library Functions Manual EvmStatusTextGet(3)NAMEEvmStatusTextGet - Formats text version of EVM status codeLIBRARYEVM Support Library (libevm.so, libevm.a)SYNOPSIS#include <evm/evm.h> EvmStatus_t EvmStatusTextGet( EvmStatus_t evm_status, EvmString_t buffer, EvmSize_t nBytes);OPERANDSThe status code for which a text description is to be prepared. A pointer to a character string where EvmStatusTextGet() should store the formatted event data. The stored string will be null-terminated, even if truncated, unless the nBytes parameter is zero (0). The maximum length of the output string. If the formatted status is longer than nBytes, the output is truncated.DESCRIPTIONThe EvmStatusTextGet() routine takes an EVM API status code as input, and returns a string describing the status. This string can be used for error display or debugging purposes. The string returned in buffer is null terminated.RESTRICTIONSNoneRETURN VALUESThe operation was completed without error. One of the arguments to the function was invalid.ERRORSNoneFILESNoneSEE ALSOEvent Management: EVM(5) delim off EvmStatusTextGet(3)
Related Man Pages |
---|
evmconnsubscribe(3) - osf1 |
evmconntemplatescan(3) - osf1 |
evmeventdestroy(3) - osf1 |
evmeventformat(3) - osf1 |
evmvarformat(3) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Ps -ef, output getting truncated, please help |
EVM daemon can't started |