Searched defs:RAS_PORT_STATISTICS (Results 1 – 1 of 1) sorted by relevance
162 struct RAS_PORT_STATISTICS { struct163 DWORD dwBytesXmited;164 DWORD dwBytesRcved;165 DWORD dwFramesXmited;166 DWORD dwFramesRcved;167 DWORD dwCrcErr;168 DWORD dwTimeoutErr;192 alias RAS_PORT_STATISTICS* PRAS_PORT_STATISTICS; argument