ReactOS
0.4.15-dev-1623-g66cf1d2
|
Go to the source code of this file.
Classes | |
struct | _WSH_HANDLE |
struct | _WSH_HASH_TABLE |
struct | _WSH_SEARCH_TABLE |
struct | _WSH_HANDLE_TABLE |
Typedefs | |
typedef struct _WSH_HANDLE | WSH_HANDLE |
typedef struct _WSH_HANDLE * | PWAH_HANDLE |
typedef struct _WSH_HASH_TABLE | WSH_HASH_TABLE |
typedef struct _WSH_HASH_TABLE * | PWAH_HASH_TABLE |
typedef struct _WSH_SEARCH_TABLE | WSH_SEARCH_TABLE |
typedef struct _WSH_SEARCH_TABLE * | PWAH_SEARCH_TABLE |
typedef struct _WSH_HANDLE_TABLE | WSH_HANDLE_TABLE |
typedef struct _WSH_HANDLE_TABLE * | PWAH_HANDLE_TABLE |
typedef BOOL(WINAPI * | PWAH_HANDLE_ENUMERATE_PROC) (IN PVOID Context, IN PWAH_HANDLE Handle) |
typedef struct _WSH_HANDLE * PWAH_HANDLE |
typedef struct _WSH_HANDLE_TABLE * PWAH_HANDLE_TABLE |
typedef struct _WSH_HASH_TABLE * PWAH_HASH_TABLE |
typedef struct _WSH_SEARCH_TABLE * PWAH_SEARCH_TABLE |
typedef struct _WSH_HANDLE WSH_HANDLE |
typedef struct _WSH_HANDLE_TABLE WSH_HANDLE_TABLE |
typedef struct _WSH_HASH_TABLE WSH_HASH_TABLE |
typedef struct _WSH_SEARCH_TABLE WSH_SEARCH_TABLE |
Definition at line 86 of file handle.c.
Referenced by WsProcDelete().
Definition at line 113 of file handle.c.
Referenced by WsProcDetachSocket().
DWORD WINAPI WahCreateHandleContextTable | ( | OUT PWAH_HANDLE_TABLE * | Table | ) |
Definition at line 189 of file context.c.
Referenced by WsSockStartup().
DWORD WINAPI WahCreateNotificationHandle | ( | IN HANDLE | HelperHandle, |
OUT PHANDLE | NotificationHelperHandle | ||
) |
DWORD WINAPI WahDestroyHandleContextTable | ( | IN PWAH_HANDLE_TABLE | Table | ) |
Definition at line 246 of file context.c.
Referenced by WsSockCleanup().
BOOL WINAPI WahEnumerateHandleContexts | ( | IN PWAH_HANDLE_TABLE | Table, |
IN PWAH_HANDLE_ENUMERATE_PROC | Callback, | ||
IN PVOID | Context | ||
) |
Definition at line 280 of file context.c.
Referenced by WsProcDelete().
PWAH_HANDLE WINAPI WahInsertHandleContext | ( | IN PWAH_HANDLE_TABLE | Table, |
IN PWAH_HANDLE | Handle | ||
) |
Definition at line 336 of file context.c.
Referenced by WsSockAssociateHandle().
Definition at line 118 of file apc.c.
Referenced by WsThreadInitialize().
PWAH_HANDLE WINAPI WahReferenceContextByHandle | ( | IN PWAH_HANDLE_TABLE | Table, |
IN HANDLE | Handle | ||
) |
Definition at line 524 of file context.c.
Referenced by WsSockGetSocket(), and WsSockGetSocketNoExport().
DWORD WINAPI WahRemoveHandleContext | ( | IN PWAH_HANDLE_TABLE | Table, |
IN PWAH_HANDLE | Handle | ||
) |
Definition at line 564 of file context.c.
Referenced by WsProcDetachSocket(), and WsSockDisassociateHandle().
INT WINAPI WahWaitForNotification | ( | IN HANDLE | NotificationHelperHandle, |
IN HANDLE | lpNotificationHandle, | ||
IN LPWSAOVERLAPPED | lpOverlapped, | ||
IN LPWSAOVERLAPPED_COMPLETION_ROUTINE | lpCompletionRoutine | ||
) |
Definition at line 75 of file notify.c.