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.

25 lines
833 B

  1. // Only allow single inclusion of this file.
  2. #pragma once
  3. // Name of the NetWare Config file.
  4. #define NW_CONFIG_DLL_NAME L"nwcfg.dll"
  5. #define NW_AUTH_PACKAGE_NAME L"nwprovau"
  6. #define NW_RDR_PERF_DLL_NAME L"perfnw.dll"
  7. #define NW_RDR_PERF_OPEN L"OpenNetWarePerformanceData"
  8. #define NW_RDR_PERF_COLLECT L"CollectNetWarePerformanceData"
  9. #define NW_RDR_PERF_CLOSE L"CloseNetWarePerformanceData"
  10. // Key values for the NWCWorkstation parameters subkeys
  11. //
  12. #define NW_NWC_PARAM_OPTION_KEY \
  13. L"System\\CurrentControlSet\\Services\\NWCWorkstation\\Parameters\\Option"
  14. #define NW_NWC_PARAM_LOGON_KEY \
  15. L"System\\CurrentControlSet\\Services\\NWCWorkstation\\Parameters\\Logon"
  16. #define NW_RDR_SERVICE_PERF_KEY \
  17. L"System\\CurrentControlSet\\Services\\NWRdr\\Performance"