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.

58 lines
1.2 KiB

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