mirror of https://github.com/tongzx/nt5src
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.
24 lines
600 B
24 lines
600 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// 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_
|
|
|