2025-11-28 00:35:46 +09:00

26 lines
1.1 KiB
C

/*----------------------------------------------------------------------------
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.
Copyright (C) 1999 - 2000. Microsoft Corporation. All rights reserved.
ProcessMenu.h
Description:
Prototypes for functions used to process menu selections
----------------------------------------------------------------------------*/
#if !defined (_PROCESS_MENU_H_)
#define _PROCESS_MENU_H_
BOOL ProcessMainMenu(WCHAR wcMenuChoice, IDiskQuotaControl* lpDiskQuotaControl);
BOOL ProcessDefaultQuotaMenu(WCHAR wcMenuChoice, IDiskQuotaControl* lpDiskQuotaControl);
BOOL ProcessQuotaLogFlagMenu(WCHAR wcMenuChoice, IDiskQuotaControl* lpDiskQuotaControl);
BOOL ProcessDefaultLimitsMenu(WCHAR wcMenuChoice, IDiskQuotaControl* lpDiskQuotaControl);
BOOL ProcessUserManagerMenu(WCHAR wcMenuChoice, IDiskQuotaControl* lpDiskQuotaControl);
BOOL ProcessQuotaManagerMenu(WCHAR wcMenuChoice, IDiskQuotaControl* lpDiskQuotaControl);
#endif /* _PROCESS_MENU_H_ */