ReactOS 0.4.16-dev-257-g6aa11ac
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winsvc.h>
#include <ws2spi.h>
#include <ndk/rtlfuncs.h>
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | _INC_WINDOWS |
#define | COM_NO_WINDOWS_H |
#define | _WIN32_WINNT 0x502 |
#define | NTOS_MODE_USER |
#define | INCL_WINSOCK_API_TYPEDEFS 1 |
#define | SO_OPENTYPE 0x20 |
#define | WS2HELP_PROLOG() (Ws2helpInitialized? ERROR_SUCCESS : Ws2helpInitialize()) |
Functions | |
DWORD WINAPI | Ws2helpInitialize (VOID) |
Variables | |
HANDLE | GlobalHeap |
PSECURITY_DESCRIPTOR | pSDPipe |
HANDLE | ghWriterEvent |
BOOL | Ws2helpInitialized |
DWORD | gdwSpinCount |
DWORD | gHandleToIndexMask |
#define WS2HELP_PROLOG | ( | ) | (Ws2helpInitialized? ERROR_SUCCESS : Ws2helpInitialize()) |
Definition at line 103 of file dllmain.c.
|
extern |
Definition at line 18 of file context.c.
Referenced by NewCtxInit(), and WahCreateHandleContextTable().
|
extern |
Definition at line 19 of file context.c.
Referenced by NewCtxInit(), and WahCreateHandleContextTable().
|
extern |
Definition at line 17 of file context.c.
Referenced by DllMain(), DoWaitForReaders(), and ReleaseReadLock().
|
extern |
Definition at line 19 of file dllmain.c.
Referenced by AfdAPC(), AfdInfoAPC(), DllMain(), ExitThreadApc(), GetSocketInformation(), SetSocketInformation(), SockGetTdiName(), SockLoadHelperDll(), SockLoadTransportList(), SockLoadTransportMapping(), WahCreateHandleContextTable(), WahDestroyHandleContextTable(), WahInsertHandleContext(), WahOpenHandleHelper(), WSPAccept(), WSPBind(), WSPCloseSocket(), WSPDuplicateSocket(), WSPGetPeerName(), WSPGetSockName(), WSPRecv(), WSPRecvFrom(), WSPSelect(), WSPSend(), WSPSendTo(), and WSPSocket().
|
extern |
|
extern |
Definition at line 15 of file dllmain.c.
Referenced by DllMain(), and Ws2helpInitialize().