handlelog.h
来自「IO函数调用测试」· C头文件 代码 · 共 45 行
H
45 行
// HandleLog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CHandleLog window
class CHandleLog : public CListCtrl
{
// Construction
public:
CHandleLog();
// Attributes
public:
// Operations
public:
int addHandle(CHandle * h);
void sort();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHandleLog)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CHandleLog();
void initialize();
CHandle * GetSelHandle(int i);
CHandle * GetSelHandle(NMHDR * ph);
int GetCurSel();
int GetNextSel(int i);
// Generated message map functions
protected:
int lastSort;
//{{AFX_MSG(CHandleLog)
afx_msg void OnColumnclick(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?