Adds a new list to the site.
int AddList(char* lpszList, char* lpszDescription, int iListType);
The site is specified by URL.
To add columns to the list after it has been created, use the UpdateColumns method.