The SmsCloseFilterContainer function closes the specified filter container.
SMS_STATUS SmsCloseFilterContainer(
HANDLE hFContainer // Handle to filter container.
);
The SmsCloseFilterContainer function returns a status code SMS_STATUS. The function always returns a status of SMS_OK.
If there are no other references to the filters within the filter container, SmsCloseFilterContainer closes all filters within the filter container and frees the memory associated with them.