Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
514 B

  1. //--------------------------------------------------------------------------
  2. // Cleanup.h
  3. //--------------------------------------------------------------------------
  4. #ifndef __CLEANUP_H
  5. #define __CLEANUP_H
  6. //--------------------------------------------------------------------------
  7. // Prototypes
  8. //--------------------------------------------------------------------------
  9. HRESULT StartBackgroundStoreCleanup(DWORD dwDelaySeconds);
  10. HRESULT CloseBackgroundStoreCleanup(void);
  11. #endif // __CLEANUP_H