Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MPR_DEVICE_0 structure (mprapi.h)
The MPR_DEVICE_0 structure stores information about a device used for a link in a multilinked demand dial interface.
Syntax
typedef struct _MPR_DEVICE_0 {
WCHAR szDeviceType[MPR_MaxDeviceType + 1];
WCHAR szDeviceName[MPR_MaxDeviceName + 1];
} MPR_DEVICE_0, *PMPR_DEVICE_0;
Members
szDeviceType[MPR_MaxDeviceType + 1]
Specifies a null-terminated string that indicates the RAS device type referenced by szDeviceName. See MPR_INTERFACE_2 for a list of possible device types.
szDeviceName[MPR_MaxDeviceName + 1]
Specifies a null-terminated string that contains the name of the TAPI device to use with this phone-book entry.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | mprapi.h |
See also
Feedback
Was this page helpful?
