Scroll to navigation

libmapidb(3) Library Functions Manual libmapidb(3)

NAME

libmapidb.hLibrary to access the Exchange MAPI database format

SYNOPSIS

#include <libmapidb.h>

Support functions
const char *
libmapidb_get_version(void);

Error functions
void
libmapidb_error_free(libmapidb_error_t **error);

int
libmapidb_error_fprint(libmapidb_error_t *error, FILE *stream);

int
libmapidb_error_sprint(libmapidb_error_t *error, char *string, size_t size);

int
libmapidb_error_backtrace_fprint(libmapidb_error_t *error, FILE *stream);

int
libmapidb_error_backtrace_sprint(libmapidb_error_t *error, char *string, size_t size);

DESCRIPTION

The () function is used to retrieve the library version.

RETURN VALUES

Most of the functions return NULL or -1 on error, dependent on the return type. For the actual return values see "libmapidb.h".

ENVIRONMENT

None

FILES

None

BUGS

Please report bugs of any kind on the project issue tracker: https://github.com/libyal/libmapidb/issues

AUTHOR

These man pages are generated from "libmapidb.h".

COPYRIGHT

Copyright (C) 2011-2024, Joachim Metz <joachim.metz@gmail.com>.

This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

SEE ALSO

the libmapidb.h include file

May 5, 2019 libmapidb