HP-UX C SIP Stack Message Layer Reference Guide (February 2008)

Date Header Functions 425
Control Functions
RvSipDateConstructInRetryAfterHeader()
RvSipDateConstructInRetryAfterHeader()
DESCRIPTION
Constructs a Date header in a given Retry-After header. The header handle is
returned.
SYNTAX
RvStatus RvSipDateConstructInRetryAfterHeader(
IN RvSipRetryAfterHeaderHandle hHeader,
OUT RvSipDateHeaderHandle *phDate);
PARAMETERS
hHeader
The handle to the Retry-After header that relates to this date.
phDate
The handle to the newly constructed date object.
RETURN VALUES
Returns RV_OK, RV_ERROR_INVALID_HANDLE,
RV_ERROR_NULLPTR, or RV_ERROR_OUTOFRESOURCES.