mfp_Connect

Description

The mfp_Connect function establishes a connection to the Message Feed server.

The function returns an opaque handle for the connection. This handle must be freed using the mfp_Disconnect function. If an error occurs, the function returns a NULL value.

Syntax

h_mfp mfp_Connect(char const* pHost, char const* pService, int Timeout);

Parameters

Example

Related commands

mfp_Disconnect

mfp_GetLastError