Download Dynamic C TCP/IP Users Manual

Transcript
http_nextfverr
void http_nextfverr( char *start, char **name, char **value,
int *error, char ** next );
DESCRIPTION
Gets the information for the next variable in the HTML form error buffer. If any of the last four
parameters in the function call are NULL, then those parameters will not have a value returned.
This is useful if you are only interested in certain variable information.
PARAMETERS
start
Pointer to the variable in the buffer for which we want to get information.
name
Return location for the name of the variable.
value
Return location for the value of the variable.
error
Return location for whether or not the variable is in error (0 if it is not, 1 if it
is).
next
Return location for a pointer to the variable after this one.
RETURN VALUE
None, although information is returned in the last four parameters.
LIBRARY
HTTP.LIB
220
rabbit.com
HTTP Server