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

14 lines
514 B
C

//--------------------------------------------------------------------------
// Cleanup.h
//--------------------------------------------------------------------------
#ifndef __CLEANUP_H
#define __CLEANUP_H
//--------------------------------------------------------------------------
// Prototypes
//--------------------------------------------------------------------------
HRESULT StartBackgroundStoreCleanup(DWORD dwDelaySeconds);
HRESULT CloseBackgroundStoreCleanup(void);
#endif // __CLEANUP_H