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.

52 lines
1002 B

  1. #include <nt.h>
  2. #include <ntrtl.h>
  3. #include <nturtl.h>
  4. #include <windows.h>
  5. #include <srconfig.h>
  6. #include <utils.h>
  7. #include <respoint.h>
  8. #include <srapi.h>
  9. #include <evthandler.h>
  10. #include <enumlogs.h>
  11. #include <ntservice.h>
  12. CEventHandler * g_pEventHandler = NULL;
  13. CSRConfig * g_pSRConfig = NULL;
  14. CNTService * g_pSRService = NULL;
  15. DWORD CEventHandler::SRUpdateMonitoredListS (LPWSTR pszXMLFile)
  16. {
  17. return 0;
  18. }
  19. void CEventHandler::RefreshCurrentRp (BOOL fScanAllDrives)
  20. {
  21. }
  22. void CNTService::LogEvent(WORD wType, DWORD dwID,
  23. void * pRawData,
  24. DWORD dwDataSize,
  25. const WCHAR* pszS1,
  26. const WCHAR* pszS2,
  27. const WCHAR* pszS3)
  28. {
  29. }
  30. DWORD PatchComputePatch(
  31. LPCWSTR pszCurrentDir)
  32. {
  33. return ERROR_SUCCESS;
  34. }
  35. DWORD
  36. PatchGetPatchWindow()
  37. {
  38. return ERROR_SUCCESS;
  39. }
  40. DWORD
  41. PatchGetReferenceRpNum(
  42. DWORD dwCurrentRp)
  43. {
  44. return ERROR_SUCCESS;
  45. }