Example: IN_GetUserAttribute

 

#define MAX_SIZE 200

 

char lpszAttributeData[MAX_SIZE];

 

/* Return the value of the globally set UserID (likely a person's name) */

if ( ( nError = IN_GetUserAttribute( IN_SYSTEM_OBJECT, "UserID", MAX_SIZE, lpszAttributeData ) ) != IN_SUCCESS )

 {

  ErrorHandler( nError, "Error message:" );

 }

 

When defined, UserIDs can be inserted into banners and stamps with the Variables list.