#include <Examples.h>
Inheritance diagram for CFilterNop:
Protected Member Functions | |
void | InFilter () |
A no-operation implementation of InFilter(). |
Use this class as an example to derive further from, modifying the InFilter() implementation as appropriate.
Definition at line 41 of file Examples.h.
|
A no-operation implementation of InFilter(). Do the real stuff here. Use Open(), Read(), Pump() and Close(). This is a copying sample. It does nothing, but demonstrates possible techniques. Always initialize everything at start - you may be called any number of times. Implements AxPipe::CFilter. Definition at line 41 of file Examples.cpp. |