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

Min-SE Header Functions 513
Get and Set Functions
RvSipMinSEHeaderGetStringLength()
RvSipMinSEHeaderGetStringLength()
DESCRIPTION
The other-parameters of Min-SE header parameters are kept in a string format.
In order to get such a parameter from the Min-SE header, your application
should supply an adequate buffer to where the string will be copied. This
function provides you with the length of the string to enables you to allocate an
appropriate buffer size before calling the Get function.
SYNTAX
RvUint RvSipMinSEHeaderGetStringLength(
IN RvSipMinSEHeaderHandle hHeader,
IN RvSipMinSEHeaderStringName stringName);
PARAMETERS
hHeader
The handle to the Min-SE header.
stringName
The enumeration of the string name for which you require the length.
RETURN VALUES
Returns the length of the specified string.