IFilterSample
The IFilterSample code sample demonstrates how to create an IFilter base class for implementing the IFilter interface.
This topic contains the following sections.
Requirements
Product | Product Version |
---|---|
Windows | Windows 7, 8.1, or 10 |
Windows SDK | 7.0 or greater |
Downloading the Sample
This sample is available in the following location.
Location | Path URL |
---|---|
GitHub | IFilterSample |
Note
For all versions of Windows, including Windows 7, it is recommended to download the samples directly from GitHub for the most up to date version.
Building the Sample
Open Windows Explorer and navigate to the FilterBase project directory.
Double-click the icon for the FilterBase.sln file to open the project in Visual Studio.
Note
The sln file was created under an older version of Visual Studio, thus upgrading it will be required if you are running Visual Studio 2012 or newer. This will not impact the sample's behavior.
From the Build menu, select Build Solution.
Running the Sample
- Navigate to the directory that contains the new executable, using the Command Prompt window or Windows Explorer.
- At the command prompt, enter
FilterBase.exe
, or from Windows Explorer, double-click the icon for FilterBase.exe.