SmsCloseFilterContainer

The SmsCloseFilterContainer function closes the specified filter container.

SMS_STATUS SmsCloseFilterContainer(
  HANDLE hFContainer  // Handle to filter container.
);
 

Parameters

hFContainer
Specfies the handle to the filter container to close.

Return Values

The SmsCloseFilterContainer function returns a status code SMS_STATUS. The function always returns a status of SMS_OK.

Remarks

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.

See Also

SmsOpenFilterContainer