Scroll to navigation

msv_response(3) Library Functions Manual msv_response(3)

NAME

msv_response -
a response from the MSVA
 

SYNOPSIS

#include <msv.h>

Data Fields


int valid
 
char * message
 
size_t sz
 

Detailed Description

a response from the MSVA

Field Documentation

char* msv_response::message

text response to be displayed to the user

size_t msv_response::sz

length of the buffer allocated to message

int msv_response::valid

0 for invalid, 1 for valid
 

Author

Generated automatically by Doxygen for libmsv from the source code.
Fri Feb 21 2014 libmsv