This commit is contained in:
Brady McDermott
2024-10-22 00:20:57 -06:00
parent b679f71607
commit 8f6af5bba9
3 changed files with 66 additions and 3 deletions

View File

@@ -90,3 +90,4 @@ HWND GetHwndFromPGroup(_In_ PGROUP pg);
BOOL GetHwndFromPGroupEnum(_In_ HWND hwnd, _In_ LPARAM lParam);
// Group Window
LRESULT CALLBACK GroupWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
LRESULT CALLBACK GroupCmdProc(HWND hWnd, WPARAM wParam, LPARAM lParam);