Get the pointer to the filters used by this filesystem filter. Useful if you want to add/remove filters. */
| 111 | Get the pointer to the filters used by this filesystem filter. Useful if you want to add/remove filters. |
| 112 | */ |
| 113 | PSTRING_FILTERS FSBlockingFilter::GetStringFilters() |
| 114 | { |
| 115 | return FSBlockingFilter::FileStringFilters; |
| 116 | } |
| 117 | |
| 118 | /** |
| 119 | This function is called prior to a create operation. |