MCPcopy Create free account
hub / github.com/D4stiny/PeaceMaker / GetStringFilters

Method GetStringFilters

PeaceMaker Kernel/FSFilter.cpp:113–116  ·  view source on GitHub ↗

Get the pointer to the filters used by this filesystem filter. Useful if you want to add/remove filters. */

Source from the content-addressed store, hash-verified

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

Callers 1

IOCTLDeviceControlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected