Changeset 57970 in vbox for trunk/include
- Timestamp:
- Sep 30, 2015 2:56:34 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 102966
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/udp.h
r57957 r57970 156 156 * @param pszAddress The address to connect to. 157 157 * @param uPort The port to connect to. 158 * @param p DefaultDstAddr A default destination address for sending data159 * through this socket, can beNULL.158 * @param pLocalAddr The local address to bind this socket to, can be 159 * NULL. 160 160 * @param pSock Where to store the handle to the established connection. 161 161 */ 162 RTR3DECL(int) RTUdpCreateClientSocket(const char *pszAddress, uint32_t uPort, PRTNETADDR p DefaultDstAddr, PRTSOCKET pSock);162 RTR3DECL(int) RTUdpCreateClientSocket(const char *pszAddress, uint32_t uPort, PRTNETADDR pLocalAddr, PRTSOCKET pSock); 163 163 164 164 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.