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

Other Header Functions 531
Get and Set Functions
RvSipOtherHeaderGetRpoolString()
RvSipOtherHeaderGetRpoolString()
DESCRIPTION
Copies a string parameter from the Other header into a given page from a
specified pool. The copied string is not consecutive.
SYNTAX
RvStatus RvSipOtherHeaderGetRpoolString(
IN RvSipOtherHeaderHandle hSipOtherHeader,
IN RvSipOtherHeaderStringName eStringName,
INOUT RPOOL_Ptr *pRpoolPtr);
PARAMETERS
hSipOtherHeader
The handle to the Other 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 ff s e t w h e r e t h e r e tu r n e 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 Other header.
RETURN VALUES
Returns RvStatus.