ReactOS 0.4.15-dev-7994-gb388cb6
wait.c File Reference
#include "precomp.h"
Include dependency graph for wait.c:

Go to the source code of this file.

Functions

NTSTATUS TcpipWaitForSingleObject (PVOID Object, KWAIT_REASON Reason, KPROCESSOR_MODE WaitMode, BOOLEAN Alertable, PLARGE_INTEGER Timeout)
 

Function Documentation

◆ TcpipWaitForSingleObject()

NTSTATUS TcpipWaitForSingleObject ( PVOID  Object,
KWAIT_REASON  Reason,
KPROCESSOR_MODE  WaitMode,
BOOLEAN  Alertable,
PLARGE_INTEGER  Timeout 
)

Definition at line 12 of file wait.c.

16 {
18 ( Object, Reason, WaitMode, Alertable, Timeout );
19}
#define KeWaitForSingleObject(pEvt, foo, a, b, c)
Definition: env_spec_w32.h:478
PVOID PVOID PWCHAR PVOID USHORT PULONG Reason
Definition: env.c:47
_In_ PVOID _In_ BOOLEAN Alertable
Definition: exfuncs.h:453
static ULONG Timeout
Definition: ping.c:61
_Must_inspect_result_ _In_ WDFCOLLECTION _In_ WDFOBJECT Object

Referenced by LANUnregisterAdapter().