ppp_device_info_t
if (length < sizeof(ppp_device_info_t) || !data)
memset(info, 0, sizeof(ppp_device_info_t));
PPPInterface::ControlDevice(ppp_device_info_t *info) const
controlInfo.length = sizeof(ppp_device_info_t);
bool ControlDevice(ppp_device_info_t *info) const;
ppp_device_info_t info;