View Single Post
Fruchtzwerg
Member
Join Date: Dec 2004
Old 12-13-2004 , 20:56  
Reply With Quote #20

As you derive any other class in C++:

Code:
class CMyRecipientFilter : public IRecipientFilter
and then implement all functions from the interface.
__________________
Fruchtzwerg is offline