mfp_GetLastError

Description

Gets a textual description of the last error occurring in the MFP library.

The function returns a string describing the last error.

Syntax

char const* mfp_GetLastError();

Example

See mfp_Connect.