Retrieves a parameter value for this site.
Syntax
HRESULT GetParam( LPCWSTR wsParameter, LPDWORD pdwValueBufLen, LPWSTR wsValue );
Parameters
- wsParameter
- Address of a null-terminated string that contains the name of a site parameter.
- pdwValueBufLen
- Address of a variable that receives the size of the wsValue buffer. If wsValue is NULL, or if the buffer length is short, this variable receives the size, in bytes, of the parameter name.
- wsValue
- Address of a buffer that receives the value of the parameter queried.
Return Value
Returns S_OK if successful, or an error code otherwise.