DeleteDoubleSlashesInUrl function
The DeleteDoubleSlashesInUrl function will delete double slashes ("\" and "/") in an URL.Syntax
void __stdcall DeleteDoubleSlashesInUrl(
__in char *inputString
);
Parameters
inputString [in] A pointer to a null-terminated string containing an URL.
Return value
This function does not return a value.
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
|