GetCollectionItem function
The GetCollectionItem function will find the item belonging to the itemName in the collection.Syntax
char* __stdcall GetCollectionItem(
__in void *coll,
__in char *itemName
);
Parameters
coll [in] A pointer to a collection.
itemName [in] A pointer to a null-terminated string conaining the name of the item to be found.
Return value
If no error occurs the function returns a pointer to a null-terminated string containing the item belonging to
itemName. If the function fails it will returns zero.
Requirements
| Should be exported by
| -
|
| Minimum supported API | 1.00
|
| Header | tvsserver_base
|
| .h
Library(x86) | tvs_server_http_protocol
|
| _x86.lib
Library(x64) | tvs_server_http_protocol
|
| _x64.lib
DLL(x86) | tvs_server_http_protocol
|
| _x86.DLL
DLL(x64) | tvs_server_http_protocol
|
| _x64.DLL
| |