Sets the value of a parameter for a given site.
Syntax
HRESULT SetParam(
LPCWSTR wsParameter,
LPCWSTR sValue
);
Parameters
- wsParameter
- Address of a null-terminated string that contains a parameter name.
- wsValue
- Address of a null-terminated string that contains the configuration parameter value.
Return Value
Returns S_OK if successful, or an error code otherwise.