Plugin: Add another file management module
This commit is contained in:
14
server/2015Remote/file/CFileListCtrl.h
Normal file
14
server/2015Remote/file/CFileListCtrl.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#include <afxcmn.h>
|
||||
|
||||
|
||||
class CFileListCtrl :public CListCtrl
|
||||
{
|
||||
DECLARE_MESSAGE_MAP()
|
||||
|
||||
|
||||
public:
|
||||
void* m_pCFileManagerDlg;
|
||||
void SetParenDlg(VOID* p_CFileManagerDlg);
|
||||
afx_msg void OnDropFiles(HDROP hDropInfo);
|
||||
};
|
||||
Reference in New Issue
Block a user