TCPIP_HTTP_NET_SSIVariableDelete Function

C

bool TCPIP_HTTP_NET_SSIVariableDelete(
    const char* varName
);

Description

This function deletes an SSI variable if it exists.

Preconditions

The HTTP module should have been initialized. SSI should be enabled.

Parameters

ParametersDescription
varNameThe SSI variable name.

Returns

  • True - If the variable existed and was deleted.

  • False - The variable didn't exist.

Remarks

None.