FAVE-SPI
FLAM Anti Virus Exit (FAVE) Service Provider Interface (SPI)
FaveCls Struct Reference

FAVE Close structure. More...

#include <FAVE.h>

Data Fields

unsigned int uiMsg
 [OUTPUT] Length of error message (32 bit word)
 
unsigned int uiDy1
 [DUMMY] 32 bit dummy field for 64 bit alignment
 
char acMsg [4096]
 [OUTPUT] Maximal 4096 byte long error string
 

Detailed Description

FAVE Close structure.

This structure is used when the exit function is called with the function code FAVE_FUNC_CLS. It is always called after data processing is finished, no matter if there was error or not.

The only member pair is a 4096 bytes buffer for an error message. The corresponding length must be set to the length of the error message.

Field Documentation

◆ acMsg

char FaveCls::acMsg[4096]

[OUTPUT] Maximal 4096 byte long error string

◆ uiDy1

unsigned int FaveCls::uiDy1

[DUMMY] 32 bit dummy field for 64 bit alignment

◆ uiMsg

unsigned int FaveCls::uiMsg

[OUTPUT] Length of error message (32 bit word)


The documentation for this struct was generated from the following file: