Programmable Gateways
Login
Overview
Power Industry
Serial Device Server
Programmable Gateways
Serial/Ethernet Gateway XNUT-100
CAN/Ethernet Gateway XNUT-105
Ethernet CPU Boards
Shop
Information and Support
Main Page
|
Modules
|
Data Structures
|
File List
|
Data Fields
|
Globals
|
Related Pages
|
Examples
_CGIFUNCTION Struct Reference
[
HTTP
,
HTTP
]
#include <pro/httpd.h>
Collaboration diagram for _CGIFUNCTION:
[
legend
]
Detailed Description
Registered CGI function.
Data Fields
CGIFUNCTION
*
cgi_next
Link to next CGIFUNCTION structure.
CONST char *
cgi_name
Name of this function.
int(*
cgi_func
)(
FILE
*,
REQUEST
*)
Pointer to function code.