Microsoft Internet Security and Acceleration Server 2000 |
Now add the code to define and implement the IFWXDataFilter methods.
To define and implement the IFWXDataFilter methods
Copy the prototypes of the methods of IFWXDataFilter from wspfwext.h and add them to smtpdatafilter.h.
Add the declaration of the methods to smtpdatafilter.h.
Use wspfwext.h to get the prototypes of the methods of IFWXDataFilter and add them to SMTPDataFilter.cpp with implementation code.
Start with a simple implementation in SMTPDatafilter.cpp; for example,
return E_NOTIMPL;