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.

37 lines
711 B

  1. #include "netpch.h"
  2. #pragma hdrstop
  3. #include "netcfgx.h"
  4. #include "netcfgp.h"
  5. static
  6. HRESULT
  7. WINAPI
  8. HrDiAddComponentToINetCfg(
  9. INetCfg* pINetCfg,
  10. INetCfgInternalSetup* pInternalSetup,
  11. const NIQ_INFO* pInfo)
  12. {
  13. return HRESULT_FROM_WIN32(ERROR_PROC_NOT_FOUND);
  14. }
  15. static
  16. VOID
  17. WINAPI
  18. UpdateLanaConfigUsingAnswerfile (
  19. IN PCWSTR pszAnswerFile,
  20. IN PCWSTR pszSection)
  21. {
  22. }
  23. //
  24. // !! WARNING !! The entries below must be in alphabetical order, and are CASE SENSITIVE (eg lower case comes last!)
  25. //
  26. DEFINE_PROCNAME_ENTRIES(netcfgx)
  27. {
  28. DLPENTRY(HrDiAddComponentToINetCfg)
  29. DLPENTRY(UpdateLanaConfigUsingAnswerfile)
  30. };
  31. DEFINE_PROCNAME_MAP(netcfgx)