ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <helpers.h>
LIST_ENTRY _HELPER_DATA::Helpers |
Definition at line 13 of file helpers.h.
Referenced by SockLoadHelperDll().
HANDLE _HELPER_DATA::hInstance |
Definition at line 15 of file helpers.h.
Referenced by SockLoadHelperDll().
PWINSOCK_MAPPING _HELPER_DATA::Mapping |
Definition at line 21 of file helpers.h.
Referenced by SockGetTdiName(), and SockLoadHelperDll().
INT _HELPER_DATA::MaxTDIAddressLength |
Definition at line 19 of file helpers.h.
Referenced by SockLoadHelperDll(), and WSPSendTo().
INT _HELPER_DATA::MaxWSAddressLength |
Definition at line 17 of file helpers.h.
Referenced by SockLoadHelperDll(), WSPConnect(), WSPSendTo(), and WSPSocket().
INT _HELPER_DATA::MinTDIAddressLength |
Definition at line 18 of file helpers.h.
Referenced by SockLoadHelperDll().
INT _HELPER_DATA::MinWSAddressLength |
Definition at line 16 of file helpers.h.
Referenced by SockLoadHelperDll().
LONG _HELPER_DATA::RefCount |
Definition at line 14 of file helpers.h.
Referenced by SockLoadHelperDll().
WCHAR _HELPER_DATA::TransportName |
Definition at line 34 of file helpers.h.
Referenced by SockLoadHelperDll().
BOOLEAN _HELPER_DATA::UseDelayedAcceptance |
Definition at line 20 of file helpers.h.
Referenced by SockLoadHelperDll(), and WSPSocket().
PWSH_ADDRESS_TO_STRING _HELPER_DATA::WSHAddressToString |
Definition at line 31 of file helpers.h.
Referenced by SockLoadHelperDll().
PWSH_GET_BROADCAST_SOCKADDR _HELPER_DATA::WSHGetBroadcastSockaddr |
Definition at line 30 of file helpers.h.
Referenced by SockLoadHelperDll().
PWSH_GET_SOCKADDR_TYPE _HELPER_DATA::WSHGetSockaddrType |
Definition at line 28 of file helpers.h.
Referenced by SockLoadHelperDll(), and WSPBind().
PWSH_GET_SOCKET_INFORMATION _HELPER_DATA::WSHGetSocketInformation |
Definition at line 26 of file helpers.h.
Referenced by SockLoadHelperDll(), and WSPGetSockOpt().
PWSH_GET_WILDCARD_SOCKADDR _HELPER_DATA::WSHGetWildcardSockaddr |
Definition at line 29 of file helpers.h.
Referenced by SockLoadHelperDll(), WSPConnect(), WSPRecvFrom(), and WSPSendTo().
PWSH_IOCTL _HELPER_DATA::WSHIoctl |
Definition at line 33 of file helpers.h.
Referenced by SockLoadHelperDll(), and WSPIoctl().
PWSH_JOIN_LEAF _HELPER_DATA::WSHJoinLeaf |
Definition at line 24 of file helpers.h.
Referenced by SockLoadHelperDll().
PWSH_NOTIFY _HELPER_DATA::WSHNotify |
Definition at line 25 of file helpers.h.
Referenced by SockLoadHelperDll(), WSPAccept(), WSPBind(), WSPCloseSocket(), WSPConnect(), and WSPListen().
PWSH_OPEN_SOCKET _HELPER_DATA::WSHOpenSocket |
Definition at line 22 of file helpers.h.
Referenced by SockGetTdiName(), and SockLoadHelperDll().
PWSH_OPEN_SOCKET2 _HELPER_DATA::WSHOpenSocket2 |
Definition at line 23 of file helpers.h.
Referenced by SockGetTdiName(), and SockLoadHelperDll().
PWSH_SET_SOCKET_INFORMATION _HELPER_DATA::WSHSetSocketInformation |
Definition at line 27 of file helpers.h.
Referenced by SockLoadHelperDll(), and WSPSetSockOpt().
PWSH_STRING_TO_ADDRESS _HELPER_DATA::WSHStringToAddress |
Definition at line 32 of file helpers.h.
Referenced by SockLoadHelperDll().