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.

28 lines
570 B

  1. #include <nt.h>
  2. #include <ntrtl.h>
  3. #include <nturtl.h>
  4. #include <windows.h>
  5. #include <srconfig.h>
  6. #include <rwlock.h>
  7. #include <respoint.h>
  8. #include <srapi.h>
  9. #include <utils.h>
  10. #include <evthandler.h>
  11. #include <enumlogs.h>
  12. CEventHandler * g_pEventHandler = NULL;
  13. CSRConfig * g_pSRConfig = NULL;
  14. DWORD CEventHandler::SRUpdateMonitoredListS (LPWSTR pszXMLFile)
  15. {
  16. return 0;
  17. }
  18. ULONG WINAPI SrDisableVolume ( IN HANDLE ControlHandle, IN PWSTR pVolumeName )
  19. {
  20. return 0;
  21. }
  22. void CEventHandler::RefreshCurrentRp (BOOL fScanAllDrives)
  23. {
  24. }