Native Support for Desktop Icons #1610

This commit is contained in:
ema
2025-05-05 02:58:39 +08:00
parent 34a361e84a
commit 1bc82c8b81
3 changed files with 65 additions and 19 deletions

View File

@@ -19,9 +19,9 @@
class DOpus
{
public:
static void PrepareMessageWindow();
static void GetSelected(PWCHAR buffer);
static void PrepareMessageWindow();
static void GetSelected(PWCHAR buffer);
private:
static void ParseXmlBuffer(PWCHAR buffer);
static LRESULT CALLBACK msgWindowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
static void ParseXmlBuffer(PWCHAR buffer);
static LRESULT CALLBACK msgWindowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
};