usbdlg.h

来自「FPGA与USB通信的测试代码」· C头文件 代码 · 共 63 行

H
63
字号
// USBDlg.h : header file
//

#if !defined(AFX_USBDLG_H__84494E31_7DC1_427D_B6CD_E69EE6DCC923__INCLUDED_)
#define AFX_USBDLG_H__84494E31_7DC1_427D_B6CD_E69EE6DCC923__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CUSBDlg dialog

class CUSBDlg : public CDialog
{
// Construction
public:
	void AddDataToList(CString str);
	CUSBDlg(CWnd* pParent = NULL);	// standard constructor
    BOOL EzusbShortdataIn(HANDLE hDevice,BYTE *data,DWORD &lenBytes);

     BOOL IFLED;

// Dialog Data
	//{{AFX_DATA(CUSBDlg)
	enum { IDD = IDD_USB_DIALOG };
	//}}AFX_DATA

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

// Implementation
protected:
	
	HICON m_hIcon;
    
	// Generated message map functions
	//{{AFX_MSG(CUSBDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnClose();
	virtual void OnOK();
	afx_msg void OnAbout();
	afx_msg void OnLed0();
	afx_msg void OnF1();
	afx_msg void OnF2();
	afx_msg void OnF3();
	afx_msg void OnF4();

	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_USBDLG_H__84494E31_7DC1_427D_B6CD_E69EE6DCC923__INCLUDED_)

⌨️ 快捷键说明

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