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.

27 lines
703 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: N C D H C P S . H
  7. //
  8. // Contents: Installation support for DHCP Server
  9. //
  10. // Notes: B sharp
  11. //
  12. // Author: jeffspr 13 May 1997
  13. //
  14. //----------------------------------------------------------------------------
  15. #ifndef _NCDHCPS_H_
  16. #define _NCDHCPS_H_
  17. #pragma once
  18. #include "netoc.h"
  19. HRESULT HrOcDhcpOnInstall(PNETOCDATA pnocd);
  20. HRESULT HrOcExtDHCPServer(PNETOCDATA pnocd, UINT uMsg,
  21. WPARAM wParam, LPARAM lParam);
  22. HRESULT HrSetServiceRecoveryOption(PNETOCDATA pnocd);
  23. #endif // _NCDHCPS_H_