Sets the profile name by adding the application name into the Windows® Registry. Use CWBSO_ReadListProfile to read the filter information from the Registry prior to displaying a list. Use CWBSO_WriteListProfile to write the updated filter information to the Registry before deleting the list. If this API is not called, CWBSO_ReadListProfile and CWBSO_WriteListProfile will have no effect.
unsigned int CWB_ENTRY CWBSO_SetListProfile( CWBSO_LIST_HANDLE listHandle, char far* lpszKey);
The following list shows common return values.
CWBSO_CreateListHandle must be called prior to calling this API. The list handle that is returned by CWBSO_CreateListHandle must be passed as input to this API.