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.

49 lines
1019 B

  1. #include "stdwin.h"
  2. #include <srconfig.h>
  3. #include <utils.h>
  4. #include <respoint.h>
  5. #include <srapi.h>
  6. #include <evthandler.h>
  7. #include <enumlogs.h>
  8. #include <ntservice.h>
  9. #include <datastormgr.h>
  10. CEventHandler * g_pEventHandler = NULL;
  11. CSRConfig * g_pSRConfig = NULL;
  12. CNTService * g_pSRService = NULL;
  13. CDataStoreMgr * g_pDataStoreMgr = NULL;
  14. DWORD CEventHandler::SRUpdateMonitoredListS (LPWSTR pszXMLFile)
  15. {
  16. return 0;
  17. }
  18. void CEventHandler::RefreshCurrentRp (BOOL fScanAllDrives)
  19. {
  20. }
  21. void CNTService::LogEvent(WORD wType, DWORD dwID,
  22. void * pRawData,
  23. DWORD dwDataSize,
  24. const WCHAR* pszS1,
  25. const WCHAR* pszS2,
  26. const WCHAR* pszS3)
  27. {
  28. }
  29. DWORD CDriveTable::ForAllDrives (PDATASTOREMETHOD pMethod, LONG_PTR lParam)
  30. {
  31. return 0;
  32. }
  33. DWORD CDataStore::SwitchRestorePoint(LONG_PTR pRestorePoint)
  34. {
  35. return 0;
  36. }
  37. DWORD CDataStoreMgr::TriggerFreezeOrFifo()
  38. {
  39. return 0;
  40. }