Return the string filters used in the registry filter. @return String filters for registry operations. */
| 77 | @return String filters for registry operations. |
| 78 | */ |
| 79 | PSTRING_FILTERS RegistryBlockingFilter::GetStringFilters() |
| 80 | { |
| 81 | return RegistryBlockingFilter::RegistryStringFilters; |
| 82 | } |
| 83 | |
| 84 | /** |
| 85 | Function that decides whether or not to block a registry operation. |
nothing calls this directly
no outgoing calls
no test coverage detected