Share via


IUrlAccessor::AddRequestParameter Method

Requests a property-value set.

Syntax

HRESULT AddRequestParameter(      
    PROPSPEC *pSpec,
    PROPVARIANT *pVar
);

Parameters

  • pSpec
    [in]  Pointer to a PROPSPEC structure containing the requested property.
  • pVar
    [in]  Pointer to a PROPVARIANT structure containing the value for the property specified by pSpec.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

Implement this method to obtain additional information from the content source (for instance, the If-Modified-Since header in an HTTP request).