Changeset 26915 in vbox for trunk/include
- Timestamp:
- Mar 1, 2010 2:50:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/tcp.h
r26683 r26915 250 250 251 251 /** 252 * Gets the address of the local side. 253 * 254 * @returns IPRT status code. 255 * @param Sock Socket descriptor. 256 * @param pAddr Where to store the local address on success. 257 */ 258 RTR3DECL(int) RTTcpGetLocalAddress(RTSOCKET Sock, PRTNETADDR pAddr); 259 260 /** 252 261 * Gets the address of the other party. 253 262 *
Note:
See TracChangeset
for help on using the changeset viewer.