HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
Authorization Header Functions 283
Get and Set Functions
RvSipAuthorizationHeaderSetUserName()
RvSipAuthorizationHeaderSetUserName()
DESCRIPTION
Sets the user name string in the Authorization header.
SYNTAX
RvStatus RvSipAuthorizationHeaderSetUserName(
IN RvSipAuthorizationHeaderHandle hHeader,
IN RvChar* pUserName);
PARAMETERS
hHeader
The handle to the Authorization header.
pUserName
The user name string to be set in the Authorization header. If a NULL value is
supplied, the existing user name string in the header is removed.
RETURN VALUES
Returns RvStatus.