mfp_StatusToString

Description

Gets a textual description of a status code returned by the mfp_GetReply function.

The function returns a description of the status code defined by the Status parameter.

Syntax

char const* mfp_StatusToString(int Status);

Example

See mfp_GetReply.