HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
336 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipContactHeaderGetRpoolString()
RvSipContactHeaderGetRpoolString()
DESCRIPTION
Copies a string parameter from the Contact header into a given page from a
specified pool. The copied string is not consecutive.
SYNTAX
RvStatus RvSipContactHeaderGetRpoolString(
IN RvSipContactHeaderHandle hSipContactHeader,
IN RvSipContactHeaderStringName eStringName,
INOUT RPOOL_Ptr *pRpoolPtr);
PARAMETERS
hSipContactHeader
The handle to the Contact 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
p a g e . T h e o f f s e t w h e r e t h e r e t u r ne d s t r i n g w a s l o c a t e d w i l l b e r e t u r n e d a s a n
output parameter. If the function set the returned offset to UNDEFINED, this
means that the parameter was not set to the Contact header.
RETURN VALUES
Returns RvStatus.