Skip to content

Latest commit

 

History

History
91 lines (70 loc) · 3.06 KB

ns-mprapi-mpr_device_1.md

File metadata and controls

91 lines (70 loc) · 3.06 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:mprapi._MPR_DEVICE_1
MPR_DEVICE_1 (mprapi.h)
The MPR_DEVICE_1 structure stores information about a device used for a link in a multilinked demand dial interface. In addition to the information in MPR_DEVICE_0, MPR_DEVICE_1 contains phone-number information.
*PMPR_DEVICE_1
MPR_DEVICE_1
MPR_DEVICE_1 structure [RAS]
PMPR_DEVICE_1
PMPR_DEVICE_1 structure pointer [RAS]
_mpr_mpr_device_1
mprapi/MPR_DEVICE_1
mprapi/PMPR_DEVICE_1
rras.mpr_device_1
rras\mpr_device_1.htm
RRAS
99245e45-114d-4933-9189-cd45a1c22a96
12/05/2018
*PMPR_DEVICE_1, MPR_DEVICE_1, MPR_DEVICE_1 structure [RAS], PMPR_DEVICE_1, PMPR_DEVICE_1 structure pointer [RAS], _mpr_mpr_device_1, mprapi/MPR_DEVICE_1, mprapi/PMPR_DEVICE_1, rras.mpr_device_1
mprapi.h
Windows
None supported
Windows 2000 Server [desktop apps only]
Windows
MPR_DEVICE_1, *PMPR_DEVICE_1
19H1
_MPR_DEVICE_1
mprapi/_MPR_DEVICE_1
PMPR_DEVICE_1
mprapi/PMPR_DEVICE_1
MPR_DEVICE_1
mprapi/MPR_DEVICE_1
c++
APIRef
kbSyntax
HeaderDef
Mprapi.h
MPR_DEVICE_1

MPR_DEVICE_1 structure

-description

The MPR_DEVICE_1 structure stores information about a device used for a link in a multilinked demand dial interface. In addition to the information in MPR_DEVICE_0, MPR_DEVICE_1 contains phone-number information.

-struct-fields

-field szDeviceType

Specifies a null-terminated string that indicates the device type referenced by szDeviceName. See MPR_INTERFACE_2 for a list of possible device types.

-field szDeviceName

Specifies a null-terminated string that contains the name of the TAPI device to use with this phone-book entry.

-field szLocalPhoneNumber

Specifies a null-terminated Unicode string that contains a telephone number. The router uses the szLocalPhoneNumber string as the entire phone number.

-field szAlternates

Pointer to a list of consecutive null-terminated Unicode strings. The last string is terminated by two consecutive null characters. The strings are alternate phone numbers that the router dials in the order listed if the primary number (see szLocalPhoneNumber) fails to connect.

-see-also

MPR_DEVICE_0

MprAdminInterfaceDeviceGetInfo

MprAdminInterfaceDeviceSetInfo