Plugin: Add another file management module

This commit is contained in:
yuanyuanxiang
2025-06-28 22:26:45 +08:00
parent 1d2ac9d241
commit 44f28defa2
21 changed files with 3160 additions and 1 deletions

View 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);
};