windows-nt/Source/XPSP1/NT/base/remoteboot/rbsetup/server/dhcp.h
2020-09-26 16:20:57 +08:00

27 lines
316 B
C

/*++
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