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

256 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipAuthenticationInfoHeaderGetRpoolString()
RvSipAuthenticationInfoHeaderGetRpoolString()
DESCRIPTION
Copies a string parameter from the Authentication-Info header into a given page
from a specified pool. The copied string is not consecutive.
SYNTAX
RvStatus RvSipAuthenticationInfoHeaderGetRpoolString(
IN RvSipAuthenticationInfoHeaderHandle
hSipAuthInfoHeader,
IN RvSipAuthenticationInfoHeaderStringName
eStringName,
INOUT RPOOL_Ptr
*pRpoolPtr);
PARAMETERS
hSipAuthInfoHeader
The handle to the Authentication-Info header.
eStringName
The string the user wishes to get.
pRpoolPtr
A pointer to a location inside an rpool. You need to supply only the pool and
page. The offset where the returned string was located will be returned as an
output parameter. If the function set the returned offset to UNDEFINED, this
means that the parameter was not set to the Authentication-Info header.
RETURN VALUES
Returns RvStatus.