5.4. USRINFO_ELEM
The USRINFO_ELEM data structure is used to return User-to-User Information (UUI) data using the gc_GetCallInfo( ) or the gc_GetSigInfo( ) function. The USRINFO_ELEM data structure is defined as follows:
typedef struct { unsigned char length; /* protocol_discriminator + user information length */ unsigned char protocol_discriminator; char usrinformation[256]; } USRINFO_ELEM, *USRINFO_ELEM_PTR;
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation