mirror of
https://github.com/reactos/reactos.git
synced 2025-07-11 21:14:15 +00:00
11 lines
239 B
C
11 lines
239 B
C
![]() |
#ifndef _TCPIP_WAIT_H
|
||
|
#define _TCPIP_WAIT_H
|
||
|
|
||
|
NTSTATUS TcpipWaitForSingleObject( PVOID Object,
|
||
|
KWAIT_REASON Reason,
|
||
|
KPROCESSOR_MODE WaitMode,
|
||
|
BOOLEAN Alertable,
|
||
|
PLARGE_INTEGER Timeout );
|
||
|
|
||
|
#endif/*_TCPIP_WAIT_H*/
|