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.

31 lines
697 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. CEventHandler * g_pEventHandler = NULL;
  10. CSRConfig * g_pSRConfig = NULL;
  11. CNTService * g_pSRService = NULL;
  12. DWORD CEventHandler::SRUpdateMonitoredListS (LPWSTR pszXMLFile)
  13. {
  14. return 0;
  15. }
  16. void CEventHandler::RefreshCurrentRp (BOOL fScanAllDrives)
  17. {
  18. }
  19. void CNTService::LogEvent(WORD wType, DWORD dwID,
  20. void * pRawData,
  21. DWORD dwDataSize,
  22. const WCHAR* pszS1,
  23. const WCHAR* pszS2,
  24. const WCHAR* pszS3)
  25. {
  26. }