Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /trunk/teraterm/teraterm/WSAAsyncGetAddrInfo.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3227 - (show annotations) (download) (as text)
Tue Mar 24 15:10:33 2009 UTC (15 years, 2 months ago) by maya
File MIME type: text/x-chdr
File size: 742 byte(s)
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換
1 /*
2 * WSAAsyncGetAddrInfo.h -- declarations for WSAAsyncGetAddrInfo()
3 * Copyright(C) 2000-2003 Jun-ya Kato <kato@win6.jp>
4 */
5 #ifndef __WSAASYNCGETADDRINFO__
6 #define __WSAASYNCGETADDRINFO__
7
8 #include <windows.h>
9 #include <winsock2.h>
10 #include <ws2tcpip.h>
11
12 struct getaddrinfo_args {
13 HWND hWnd;
14 unsigned int wMsg;
15 const char FAR * hostname;
16 const char FAR * portname;
17 struct addrinfo FAR * hints;
18 struct addrinfo FAR * FAR * res;
19 HANDLE FAR * lpHandle;
20 };
21
22 HANDLE WSAAsyncGetAddrInfo(HWND hWnd,
23 unsigned int wMsg,
24 const char FAR * hostname,
25 const char FAR * portname,
26 struct addrinfo FAR * hints,
27 struct addrinfo FAR * FAR * res);
28
29 #endif /* __WSAASYNCGETADDRINFO__ */

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26