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.

34 lines
653 B

  1. #include "basepch.h"
  2. #pragma hdrstop
  3. static
  4. DWORD
  5. LoadPerfCounterTextStringsW(
  6. IN LPWSTR lpCommandLine,
  7. IN BOOL bQuietModeArg
  8. )
  9. {
  10. return ERROR_PROC_NOT_FOUND;
  11. }
  12. static
  13. DWORD
  14. UnloadPerfCounterTextStringsW (
  15. IN LPWSTR lpCommandLine,
  16. IN BOOL bQuietModeArg
  17. )
  18. {
  19. return ERROR_PROC_NOT_FOUND;
  20. }
  21. //
  22. // !! WARNING !! The entries below must be in alphabetical order
  23. // and are CASE SENSITIVE (i.e., lower case comes last!)
  24. //
  25. DEFINE_PROCNAME_ENTRIES(loadperf)
  26. {
  27. DLPENTRY(LoadPerfCounterTextStringsW)
  28. DLPENTRY(UnloadPerfCounterTextStringsW)
  29. };
  30. DEFINE_PROCNAME_MAP(loadperf)