afc_cgi_manager_get_data

Name

afc_cgi_manager_get_data  -- Gets data from the previous Form

Synopsis

int afc_cgi_manager_get_data ( CGIManager * cgi_manager);

Description

This function gets all data from the previous FORM. If properely set, (see afc_cgi_manager_set_tag() ), it will handle also cookies.

Inputs

cgi_manager

Pointer to a valid afc_cgi_manager instance.

Result

should be AFC_ERR_NO_ERROR

See Also