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.
26 lines
612 B
26 lines
612 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1997.
|
|
//
|
|
// File: I S D N W I Z . H
|
|
//
|
|
// Contents: Prototypes for the ISDN Wizard functionality
|
|
//
|
|
// Notes:
|
|
//
|
|
// Author: jeffspr 15 Jun 1997
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#pragma once
|
|
#ifndef _ISDNWIZ_H_
|
|
#define _ISDNWIZ_H_
|
|
|
|
HRESULT HrAddIsdnWizardPagesToDevice(HDEVINFO hdi, PSP_DEVINFO_DATA pdeid,
|
|
PISDN_CONFIG_INFO pisdnci );
|
|
|
|
#endif // _ISDNWIZ_H_
|
|
|
|
|
|
|