item functions

This commit is contained in:
freedom7341
2023-10-04 14:42:16 -06:00
parent 717d744195
commit 866402a7b3
2 changed files with 64 additions and 12 deletions

View File

@@ -70,8 +70,11 @@ extern HWND hWndMDIClient;
/* Function Prototypes */
BOOL InitializeGroups(VOID);
// Group Management
HWND CreateGroup(_In_ PGROUP pgrp);
HWND CreateGroup(_In_ PGROUP pg);
BOOL RemoveGroup(_In_ HWND hWndGroup, _In_ BOOL bEliminate);
// Item Management
PITEM CreateItem(_In_ HWND hWndGroup, _In_ PITEM pi);
BOOL RemoveItem(_In_ PITEM pi);
// Import/export functions
GROUP SaveGroup(_In_ PGROUP pg);
// Helper functions