⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sampleappguidlg.h

📁 pci驱动程序,用于PLX9052的开发.安装后会生成文档和函数库.
💻 H
字号:
/*******************************************************************************
 * Copyright (c) 2005 PLX Technology, Inc.
 *
 * PLX Technology Inc. licenses this software under specific terms and
 * conditions.  Use of any of the software or derviatives thereof in any
 * product without a PLX Technology chip is strictly prohibited.
 *
 * PLX Technology, Inc. provides this software AS IS, WITHOUT ANY WARRANTY,
 * EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTY OF
 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  PLX makes no guarantee
 * or representations regarding the use of, or the results of the use of,
 * the software and documentation in terms of correctness, accuracy,
 * reliability, currentness, or otherwise; and you rely on the software,
 * documentation and results solely at your own risk.
 *
 * IN NO EVENT SHALL PLX BE LIABLE FOR ANY LOSS OF USE, LOSS OF BUSINESS,
 * LOSS OF PROFITS, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES
 * OF ANY KIND.  IN NO EVENT SHALL PLX'S TOTAL LIABILITY EXCEED THE SUM
 * PAID TO PLX FOR THE PRODUCT LICENSED HEREUNDER.
 *
 ******************************************************************************/

/******************************************************************************
 *
 * File Name:
 *
 *      SampleAppGUIDlg.h
 *
 * Description:
 *
 *      Sample GUI application header
 *
 * Revision History:
 *
 *      06-01-05 : PLX PCI SDK v4.40
 *
 ******************************************************************************/


#if !defined(AFX_SAMPLEAPPGUIDLG_H__98CAF2C4_5F02_46E5_9FE9_975075217D3A__INCLUDED_)
#define AFX_SAMPLEAPPGUIDLG_H__98CAF2C4_5F02_46E5_9FE9_975075217D3A__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000





/////////////////////////////////////////////////////////////////////////////
// CSampleAppGUIDlg dialog

class CSampleAppGUIDlg : public CDialog
{
// Construction
public:


    CSampleAppGUIDlg(CWnd* pParent = NULL);    // standard constructor

// Dialog Data
    //{{AFX_DATA(CSampleAppGUIDlg)
	enum { IDD = IDD_SAMPLEAPPGUI_DIALOG };
	CEdit	m_Control_DISPLAYSTR;
    CListBox    m_LogMessages;
    CListCtrl    m_List_Devices;
	CString	m_SendStr;
	CString	m_DisplayStr;
	//}}AFX_DATA

    // ClassWizard generated virtual function overrides
    //{{AFX_VIRTUAL(CSampleAppGUIDlg)
    protected:
    virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
    //}}AFX_VIRTUAL

// Implementation
protected:
    HICON m_hIcon;

    void 
    DisplayList(
        void
        );

    // Generated message map functions
    //{{AFX_MSG(CSampleAppGUIDlg)
    virtual BOOL OnInitDialog();
    afx_msg void OnButtonSelect();
	//}}AFX_MSG

    DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SAMPLEAPPGUIDLG_H__98CAF2C4_5F02_46E5_9FE9_975075217D3A__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -