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

Authentication-Info Header Functions 257
Get and Set Functions
RvSipAuthenticationInfoHeaderSetRpoolString()
RvSipAuthenticationInfoHeaderSetRpoolString()
DESCRIPTION
Sets a string into a specified parameter in the Authentication-Info header. The
given string is located on an RPOOL memory and is not consecutive.
SYNTAX
RvStatus RvSipAuthenticationInfoHeaderSetRpoolString(
IN RvSipAuthenticationInfoHeaderHandle
hSipAuthInfoHeader,
IN RvSipAuthenticationInfoHeaderStringName
eStringName,
IN RPOOL_Ptr
*pRpoolPtr);
PARAMETERS
hSipAuthInfoHeader
The handle to the Authentication-Info header.
eStringName
The string the user wishes to set.
pRpoolPtr
A pointer to a location inside an rpool where the new string is located.
RETURN VALUES
Returns RvStatus.