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.

26 lines
342 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. dhcp.h
  5. Abstract:
  6. Code to allow RIS to automatically authorize for DHCP.
  7. Author:
  8. Hugh Leather (hughleat) 25-July-2000
  9. Revision History:
  10. --*/
  11. #if !defined SENTINEL_DHCP
  12. # define SENTINEL_DHCP
  13. HRESULT
  14. AuthorizeDhcp( HWND hDlg );
  15. #endif