notifyfilter.h
来自「HP公司的SNMP++的Win32版本源码」· C头文件 代码 · 共 62 行
H
62 行
/*============================================================================
Copyright (c) 1996
Hewlett-Packard Company
ATTENTION: USE OF THIS SOFTWARE IS SUBJECT TO THE FOLLOWING TERMS.
Permission to use, copy, modify, distribute and/or sell this software
and/or its documentation is hereby granted without fee. User agrees
to display the above copyright notice and this license notice in all
copies of the software and any documentation of the software. User
agrees to assume all liability for the use of the software; Hewlett-Packard
makes no representations about the suitability of this software for any
purpose. It is provided "AS-IS without warranty of any kind,either express
or implied. User hereby grants a royalty-free license to any and all
derivatives based upon this software code base.
=============================================================================*/
// NotifyFilter.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// NotifyFilter dialog
#include "snmp_pp.h"
class NotifyFilter : public CDialog
{
// Construction
public:
NotifyFilter(CWnd* pParent = NULL); // standard constructor
OidCollection filters;
// Dialog Data
//{{AFX_DATA(NotifyFilter)
enum { IDD = IDD_NOTIFY_FILTERS };
BOOL m_authfail;
BOOL m_coldstart;
BOOL m_egploss;
BOOL m_linkdown;
BOOL m_linkup;
BOOL m_specific;
BOOL m_warmstart;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(NotifyFilter)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(NotifyFilter)
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?