The mfp_Disconnect function disconnects from the Message Feed server.
The function returns 0 if the disconnect was successful, or –1 in case of an error.
Use the mfp_GetLastError
function to get a textual description of the error.
int mfp_Disconnect(h_mfp hMFP);
hMFP
– The handle to the Message Feed connection to disconnect.
See mfp_Connect.