add winpcap 4.0.2 from url http://www.winpcap.org/
[natblaster.git] / winpcap / Examples / NETMETER / SelectAdapter.h
blob7da54bb27675a6cae422f5036bfa244a6c4f908d
1 /*
2 * Copyright (c) 1999 - 2005 NetGroup, Politecnico di Torino (Italy)
3 * Copyright (c) 2005 - 2006 CACE Technologies, Davis (California)
4 * All rights reserved.
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution.
15 * 3. Neither the name of the Politecnico di Torino, CACE Technologies
16 * nor the names of its contributors may be used to endorse or promote
17 * products derived from this software without specific prior written
18 * permission.
20 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 #if !defined(AFX_SELECTADAPTER_H__D41A3004_2B3D_11D0_9528_0020AF2A4474__INCLUDED_)
35 #define AFX_SELECTADAPTER_H__D41A3004_2B3D_11D0_9528_0020AF2A4474__INCLUDED_
37 #if _MSC_VER >= 1000
38 #pragma once
39 #endif // _MSC_VER >= 1000
40 // SelectAdapter.h : header file
43 #include "linecoll.h"
44 #include "resource.h"
46 /////////////////////////////////////////////////////////////////////////////
47 // CSelectAdapter dialog
49 int ExecuteApp(CString & s);
51 class CSelectAdapter : public CDialog
53 // Construction
54 public:
55 CSelectAdapter(CWnd* pParent = NULL); // standard constructor
57 // Dialog Data
58 //{{AFX_DATA(CSelectAdapter)
59 enum { IDD = IDD_ADAPTER };
60 CStatic m_CAdapter;
61 CListCtrl m_ListCtrl;
62 //}}AFX_DATA
63 CString m_Adapter;
64 CString m_Cmd;
65 CImageList m_ctlImage;
67 // Overrides
68 // ClassWizard generated virtual function overrides
69 //{{AFX_VIRTUAL(CSelectAdapter)
70 protected:
71 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
72 //}}AFX_VIRTUAL
74 // Implementation
75 protected:
76 void Update(LineCollection &lc);
77 void AddItem(int nItem,int nSubItem,LPCTSTR strItem,int nImageIndex=-1);
78 void SelectItem(int i);
80 // Generated message map functions
81 //{{AFX_MSG(CSelectAdapter)
82 virtual BOOL OnInitDialog();
83 virtual void OnOK();
84 afx_msg void OnSelectItem(NMHDR* pNMHDR, LRESULT* pResult);
85 afx_msg void Ondblclickitem(NMHDR* pNMHDR, LRESULT* pResult);
86 //}}AFX_MSG
87 DECLARE_MESSAGE_MAP()
90 //{{AFX_INSERT_LOCATION}}
91 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
93 #endif // !defined(AFX_SELECTADAPTER_H__D41A3004_2B3D_11D0_9528_0020AF2A4474__INCLUDED_)