@CHIP-RTOS C Library - Common Gateway Interface API
CGI_GetNextItem
Get the next form item. int CGI_GetNextItem ( char far *ArgumentBufferPtr,
char far **nextItemString );
This function is deprecated! Use CGI_GetArgument instead.Parameters
ArgumentBufferPtr
- CGI request argument pointer.
nextItemString
- Pointer to the found item.
Return Value
- 0: Item was found
-1: No more items found
Comments
- Most forms have more than one item. This function searches for
the next form item in a CGI request argument string. It can
only be used after a
CGI_GetFormItem call.
The string referenced by ArgumentBufferPtr
is not
modified in any way by this function.
See Also
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
Supported since or modified in @CHIP-RTOS version-
SC12 | SC13 | SC11 | SC1x3 | SC2x |
-
V1.00 | V1.00 | V1.00 | V0.90 | V1.00 |
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|