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
342 B
27 lines
342 B
/*++
|
|
|
|
Copyright (c) 2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
dhcp.h
|
|
|
|
Abstract:
|
|
|
|
Code to allow RIS to automatically authorize for DHCP.
|
|
|
|
Author:
|
|
|
|
Hugh Leather (hughleat) 25-July-2000
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#if !defined SENTINEL_DHCP
|
|
# define SENTINEL_DHCP
|
|
|
|
HRESULT
|
|
AuthorizeDhcp( HWND hDlg );
|
|
|
|
#endif
|