2025-04-27 07:49:33 -04:00

21 lines
504 B
C

/**************************************************************************************************
FILENAME: Report.h
COPYRIGHT© 2001 Microsoft Corporation and Executive Software International, Inc.
**************************************************************************************************/
#include "vollist.h"
BOOL RaiseDefragDoneDialog(
CVolume *pVolume,
IN BOOL bFragmented
);
VString GetDialogBoxTextDefrag(
CVolume *pVolume,
IN BOOL bFragmented
);