Home | History | Annotate | Download | only in port_monitor

Lines Matching refs:port_info

366     PORT_INFO_1* port_info = reinterpret_cast<PORT_INFO_1*>(ports);
367 port_info->pName = string_target;
368 StringCbCopy(port_info->pName,
372 PORT_INFO_2* port_info = reinterpret_cast<PORT_INFO_2*>(ports);
373 port_info->pPortName = string_target;
374 StringCbCopy(port_info->pPortName,
377 port_info->pMonitorName = NULL;
378 port_info->pDescription = NULL;
379 port_info->fPortType = PORT_TYPE_WRITE;
380 port_info->Reserved = 0;