Windows Driver Kit: User-Mode Driver Framework
IWDFDeviceInitialize::SetFilter
The SetFilter method sets the property that enables a device as a filter device.
void
SetFilter(
void
);
Parameters
- None
Return Value
None
Comments
A filter driver calls SetFilter to mark itself as a filter.
Example
For a code example of how to use the SetFilter method, see IWDFDriver::CreateDevice.
Requirements
Headers: Declared in Wudfddi.h. Include Wudfddi.h.
See Also
IWDFDriver::CreateDevice