OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TWinSockDll Member List

This is the complete list of members for owl::TWinSockDll, including all inherited members.

_htonl(ulong hostLong)owl::TWinSockDllstatic
_htons(ushort hostShort)owl::TWinSockDllstatic
_ntohl(ulong netLong)owl::TWinSockDllstatic
_ntohs(ushort netShort)owl::TWinSockDllstatic
accept(SOCKET s, struct sockaddr *addr, int *addrLen)owl::TWinSockDllstatic
bind(SOCKET s, struct sockaddr *addr, int nameLen)owl::TWinSockDllstatic
closesocket(SOCKET s)owl::TWinSockDllstatic
connect(SOCKET s, struct sockaddr *name, int nameLen)owl::TWinSockDllstatic
CopyIcon(HICON hIcon) constowl::TModuleinline
Error(TXBase &x, uint captionResId, uint promptResId=0)owl::TModulevirtual
FindResModule(TResId id, TResId type)owl::TModulestatic
FindResource(TResId id, TResId type) constowl::TModuleinline
FindResourceEx(TResId id, TResId type, TLangId langId=LangNeutral) constowl::TModuleinline
GetClassInfo(TWindowClassName, WNDCLASS *wndclass) const -> boolowl::TModuleinline
GetClassInfo(TWindowClassName) const -> WNDCLASSowl::TModule
GetHandle() constowl::TModuleinline
gethostbyaddr(LPCSTR addr, int len, int type)owl::TWinSockDllstatic
gethostbyname(LPCSTR name)owl::TWinSockDllstatic
gethostname(char *name, int nameLen)owl::TWinSockDllstatic
GetModuleFileName(TCHAR *buff, int maxChars) constowl::TModuleinline
GetModuleFileName() constowl::TModule
GetName() constowl::TModuleinline
getpeername(SOCKET s, struct sockaddr *name, int *nameLen)owl::TWinSockDllstatic
GetProcAddress(TNarrowResId) constowl::TModuleinline
getprotobyname(LPCSTR name)owl::TWinSockDllstatic
getprotobynumber(int proto)owl::TWinSockDllstatic
getservbyname(LPCSTR name, LPCSTR proto)owl::TWinSockDllstatic
getservbyport(int port, LPCSTR proto)owl::TWinSockDllstatic
getsockname(SOCKET s, struct sockaddr *name, int *nameLen)owl::TWinSockDllstatic
getsockopt(SOCKET s, int level, int optName, char *optVal, int *optLen)owl::TWinSockDllstatic
inet_addr(const char *cp)owl::TWinSockDllstatic
inet_ntoa(struct in_addr in)owl::TWinSockDllstatic
InitModule(THandle handle, const tstring &cmdLine)owl::TModule
ioctlsocket(SOCKET s, long cmd, ulong *argp)owl::TWinSockDllstatic
IsAvailable()owl::TWinSockDllstatic
IsLoaded() constowl::TModuleinline
IsRegisteredClass(TWindowClassName) const -> boolowl::TModule
listen(SOCKET s, int backlog)owl::TWinSockDllstatic
LoadAccelerators(TResId id) constowl::TModule
LoadBitmap(TResId id) constowl::TModule
LoadCursor(TResId id) constowl::TModule
LoadHtml(TResId) constowl::TModule
LoadIcon(TResId name) constowl::TModule
LoadMenu(TResId id) constowl::TModule
LoadResource(HRSRC hRsrc) constowl::TModuleinline
LoadString(uint id, TCHAR *buf, int maxChars) constowl::TModule
LoadString(uint id) constowl::TModule
NextModule(TModule *module=nullptr)owl::TModulestatic
operator THandle() constowl::TModuleinline
operator==(const TModule &m) constowl::TModuleinline
recv(SOCKET s, char *buf, int len, int flags)owl::TWinSockDllstatic
recvfrom(SOCKET s, char *buf, int len, int flags, struct sockaddr *from, int *fromLen)owl::TWinSockDllstatic
select(int nfds, struct fd_set *readfds, struct fd_set *writefds, struct fd_set *exceptfds, const struct timeval *timeout)owl::TWinSockDllstatic
send(SOCKET s, LPCSTR buf, int len, int flags)owl::TWinSockDllstatic
sendto(SOCKET s, LPCSTR buf, int len, int flags, const struct sockaddr *to, int toLen)owl::TWinSockDllstatic
SetHandle(THandle handle)owl::TModuleprotected
SetName(LPCTSTR name)owl::TModule
SetName(const tstring &name)owl::TModule
setsockopt(SOCKET s, int level, int optName, LPCSTR optVal, int optLen)owl::TWinSockDllstatic
shutdown(SOCKET s, int how)owl::TWinSockDllstatic
SizeofResource(HRSRC hRsrc) constowl::TModuleinline
socket(int af, int type, int protocol)owl::TWinSockDllstatic
THandle typedefowl::TModule
TModule(const tstring &name, bool shouldLoad=true, bool mustLoad=true, bool addToList=true)owl::TModuleexplicit
TModule(LPCTSTR name, THandle handle, bool addToList=true)owl::TModuleexplicit
TModule(const tstring &name, THandle handle, bool addToList=true)owl::TModuleexplicit
TModule(LPCTSTR name, THandle handle, const tstring &cmdLine, bool addToList=true)owl::TModuleexplicit
TModule(const tstring &name, THandle handle, const tstring &cmdLine, bool addToList=true)owl::TModuleexplicit
TWinSockDll()owl::TWinSockDll
WinSockModule()owl::TWinSockDllstatic
WSAAsyncGetHostByAddr(HWND hWnd, uint msg, LPCSTR addr, int len, int type, char *buf, int bufLen)owl::TWinSockDllstatic
WSAAsyncGetHostByName(HWND hWnd, uint msg, LPCSTR name, char *buf, int bufLen)owl::TWinSockDllstatic
WSAAsyncGetProtoByName(HWND hWnd, uint msg, LPCSTR name, char *buf, int bufLen)owl::TWinSockDllstatic
WSAAsyncGetProtoByNumber(HWND hWnd, uint msg, int number, char *buf, int bufLen)owl::TWinSockDllstatic
WSAAsyncGetServByName(HWND hWnd, uint msg, LPCSTR name, LPCSTR proto, char *buf, int bufLen)owl::TWinSockDllstatic
WSAAsyncGetServByPort(HWND hWnd, uint msg, int port, LPCSTR proto, char *buf, int bufLen)owl::TWinSockDllstatic
WSAAsyncSelect(SOCKET s, HWND hWnd, uint msg, long event)owl::TWinSockDllstatic
WSACancelAsyncRequest(HANDLE hTaskHandle)owl::TWinSockDllstatic
WSACancelBlockingCall(void)owl::TWinSockDllstatic
WSACleanup(void)owl::TWinSockDllstatic
WSAGetLastError(void)owl::TWinSockDllstatic
WSAIsBlocking(void)owl::TWinSockDllstatic
WSARecvEx(SOCKET s, char *buf, int len, int *flags)owl::TWinSockDllstatic
WSASetBlockingHook(FARPROC blockFunc)owl::TWinSockDllstatic
WSASetLastError(int error)owl::TWinSockDllstatic
WSAStartup(uint16 versionRequested, LPWSADATA WSAData)owl::TWinSockDllstatic
WSAUnhookBlockingHook(void)owl::TWinSockDllstatic
~TModule()owl::TModulevirtual
~TStreamableBase()owl::TStreamableBasevirtual