MPR_DEVICE_0

[This is preliminary documentation and subject to change.]

The MPR_DEVICE_0 structure stores information about a device used for a link in a multi-linked demand dial interface.

typedef struct _MPR_DEVICE_0 {
  WCHAR    szDeviceType[ MPR_MaxDeviceType + 1 ];
  WCHAR    szDeviceName[ MPR_MaxDeviceName + 1 ];
} MPR_DEVICE_0, *PMPR_DEVICE_0;

Members

szDeviceType
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
Specifies a null-terminated string that contains the name of the TAPI device to use with this phone-book entry.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Mprapi.h.

See Also

MPR_DEVICE_1, MprAdminInterfaceDeviceGetInfo, MprAdminInterfaceDeviceSetInfo