nf_getTCPConnInfo
Returns in pConnInfo the properties of TCP connection with specified id.
NF_STATUS nf_getTCPConnInfo(ENDPOINT_ID id, PNF_TCP_CONN_INFO pConnInfo)
Parameters
- id
- Connection identifier
- pConnInfo
- Pointer to NF_TCP_CONN_INFO structure
Return Values
NF_STATUS_SUCCESS on success, or other NF_STATUS error code on fail.
Remarks