mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
10 lines
239 B
C
10 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*/
|