mfp_FreeReply

Description

Frees a reply received by the mfp_GetReply function.

Syntax

void mfp_FreeReply(t_mfpreply* pReply);

Parameters

pReply – The reply to free.

Example

See mfp_GetReply.