Source code of Windows XP (NT5)
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.

32 lines
989 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: N E T O C X . H
  7. //
  8. // Contents: Custom installation functions for the various optional
  9. // components.
  10. //
  11. // Notes:
  12. //
  13. // Author: danielwe 19 Jun 1997
  14. //
  15. //----------------------------------------------------------------------------
  16. #ifndef _NETOCX_H
  17. #define _NETOCX_H
  18. #pragma once
  19. HRESULT HrOcWinsOnInstall(PNETOCDATA pnocd);
  20. HRESULT HrOcExtWINS(PNETOCDATA pnocd, UINT uMsg,
  21. WPARAM wParam, LPARAM lParam);
  22. HRESULT HrOcDnsOnInstall(PNETOCDATA pnocd);
  23. HRESULT HrOcExtDNS(PNETOCDATA pnocd, UINT uMsg,
  24. WPARAM wParam, LPARAM lParam);
  25. HRESULT HrOcSnmpOnInstall(PNETOCDATA pnocd);
  26. HRESULT HrOcExtSNMP(PNETOCDATA pnocd, UINT uMsg,
  27. WPARAM wParam, LPARAM lParam);
  28. HRESULT HrSetWinsServiceRecoveryOption(PNETOCDATA pnocd);
  29. #endif //!_NETOCX_H