windows-nt/Source/XPSP1/NT/net/config/netcfg/engine/isdnhook.h

25 lines
600 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1997.
//
// File: I S D N H O O K . H
//
// Contents: ISDN Hook functionality for the class installer.
//
// Notes:
//
// Author: jeffspr 14 Jun 1997
//
//----------------------------------------------------------------------------
#pragma once
#ifndef _ISDNHOOK_H_
#define _ISDNHOOK_H_
HRESULT HrAddIsdnWizardPagesIfAppropriate(HDEVINFO hdi,
PSP_DEVINFO_DATA pdeid);
#endif // _ISDNHOOK_H_