Definition at line 60 of file FilterPropertiesBase.h.
Public Member Functions | |
HRESULT | OnConnect (IUnknown *pUnk) |
HRESULT | OnActivate (void) |
BOOL | OnReceiveMessage (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
HRESULT | OnApplyChanges (void)=0 |
HRESULT | OnDisconnect (void) |
Protected Member Functions | |
FilterPropertiesBase (char *szName, IUnknown *pUnk, int nDialogId, int nTitleId) | |
virtual HRESULT | ReadSettings ()=0 |
void | SetDirty () |
Protected Attributes | |
ISettingsInterface * | m_pSettingsInterface |