The following class definition represents the CAmvStateFilter class. For clarity, it has been simplified from the actual class definition. All the user-accessible members are listed.
class CAmvStateFilter {
public:
BOOL IsEnabled() ;
void Enable() ;
void Disable() ;
AM_STATE_TYPE State() ;
static TCHAR* ack_clear_msg() ;
static TCHAR* ack_only_msg() ;
static TCHAR* clear_only_msg() ;
};// CAmvStateFilter
CAmvStateFilter class member overview |
|
CAmvStateFilter |