/reactos/sdk/lib/drivers/sound/mmebuddy/ |
H A D | kernel.c | 83 OVERLAPPED Overlapped; in SyncOverlappedDeviceIoControl() local 88 ZeroMemory(&Overlapped, sizeof(OVERLAPPED)); in SyncOverlappedDeviceIoControl() 89 Overlapped.hEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in SyncOverlappedDeviceIoControl() 91 if ( ! Overlapped.hEvent ) in SyncOverlappedDeviceIoControl() 102 &Overlapped); in SyncOverlappedDeviceIoControl() 109 CloseHandle(Overlapped.hEvent); in SyncOverlappedDeviceIoControl() 116 &Overlapped, in SyncOverlappedDeviceIoControl() 121 CloseHandle(Overlapped.hEvent); in SyncOverlappedDeviceIoControl()
|
/reactos/drivers/wdm/audio/backpln/audio_test/ |
H A D | audio_test.c | 249 OVERLAPPED Overlapped; in main() local 275 ZeroMemory(&Overlapped, sizeof(OVERLAPPED)); in main() 276 Overlapped.hEvent = CreateEventW(NULL, FALSE, FALSE, NULL); in main() 285 if (WaitForSingleObject(&Overlapped.hEvent, 5000) != WAIT_OBJECT_0) in main() 305 if (WaitForSingleObject(&Overlapped.hEvent, 5000) != WAIT_OBJECT_0) in main() 325 if (WaitForSingleObject(&Overlapped.hEvent, 5000) != WAIT_OBJECT_0) in main() 360 if (WaitForSingleObject(&Overlapped.hEvent, 5000) != WAIT_OBJECT_0) in main() 373 … sizeof(WDMAUD_DEVICE_INFO), &DeviceInfo, sizeof(WDMAUD_DEVICE_INFO), &BytesReturned, &Overlapped); in main() 376 if (WaitForSingleObject(&Overlapped.hEvent, 5000) != WAIT_OBJECT_0) in main() 390 if (WaitForSingleObject(&Overlapped.hEvent, 5000) != WAIT_OBJECT_0) in main() [all …]
|
/reactos/base/services/dhcpcsvc/dhcp/ |
H A D | pipe.c | 20 OVERLAPPED Overlapped = {0}; in PipeSend() local 26 &Overlapped); in PipeSend() 31 &Overlapped, in PipeSend() 283 OVERLAPPED Overlapped = {0}; in PipeThreadProc() local 322 Connected = ConnectNamedPipe(CommPipe, &Overlapped); in PipeThreadProc() 333 &Overlapped, in PipeThreadProc() 354 Result = ReadFile(CommPipe, &Req, sizeof(Req), &BytesRead, &Overlapped); in PipeThreadProc() 365 &Overlapped, in PipeThreadProc()
|
/reactos/dll/directx/ksproxy/ |
H A D | ksproxy.cpp | 43 OVERLAPPED Overlapped; in KsSynchronousDeviceControl() local 47 RtlZeroMemory(&Overlapped, sizeof(OVERLAPPED)); in KsSynchronousDeviceControl() 50 Overlapped.hEvent = CreateEventW(NULL, TRUE, FALSE, NULL); in KsSynchronousDeviceControl() 52 if (!Overlapped.hEvent) in KsSynchronousDeviceControl() 58 …IoControl(Handle, IoControl, InBuffer, InLength, OutBuffer, OutLength, BytesReturned, &Overlapped)) in KsSynchronousDeviceControl() 64 CloseHandle(Overlapped.hEvent); in KsSynchronousDeviceControl() 70 if (!GetOverlappedResult(Handle, &Overlapped, &Transferred, TRUE)) in KsSynchronousDeviceControl() 73 CloseHandle(Overlapped.hEvent); in KsSynchronousDeviceControl() 81 CloseHandle(Overlapped.hEvent); in KsSynchronousDeviceControl()
|
H A D | interface.cpp | 51 OVERLAPPED Overlapped; member 190 StreamSegment->Overlapped.hEvent = StreamSegment->StreamSegment.CompletionEvent; in KsProcessMediaSamples() 325 &StreamSegment->Overlapped)) in KsProcessMediaSamples() 362 bOverlapped = GetOverlappedResult(m_Handle, &StreamSegment->Overlapped, &BytesReturned, FALSE); in KsCompleteIo()
|
/reactos/dll/win32/mswsock/ |
H A D | extensions.c | 27 LPOVERLAPPED Overlapped, in TransmitFile() argument 51 Overlapped, in TransmitFile() 68 LPOVERLAPPED Overlapped) in AcceptEx() argument 108 Overlapped); in AcceptEx()
|
/reactos/dll/win32/kernel32/client/file/ |
H A D | lock.c | 148 OVERLAPPED Overlapped; in UnlockFile() local 153 Overlapped.Offset = dwFileOffsetLow; in UnlockFile() 154 Overlapped.OffsetHigh = dwFileOffsetHigh; in UnlockFile() 159 &Overlapped); in UnlockFile() 164 if (NT_SUCCESS(Status)) Status = Overlapped.Internal; in UnlockFile()
|
/reactos/modules/rostests/kmtests/kmtest/ |
H A D | filter.c | 245 _In_opt_ LPOVERLAPPED Overlapped) in KmtFltGetMessage() argument 256 Overlapped); in KmtFltGetMessage() 308 _In_ LPOVERLAPPED Overlapped, in KmtFltGetMessageResult() argument 316 Success = GetOverlappedResult(hPort, Overlapped, BytesTransferred, TRUE); in KmtFltGetMessageResult()
|
H A D | kmtest.h | 103 _In_opt_ LPOVERLAPPED Overlapped); 114 _In_ LPOVERLAPPED Overlapped,
|
/reactos/dll/directx/dsound_new/ |
H A D | misc.c | 307 OVERLAPPED Overlapped; in SyncOverlappedDeviceIoControl() local 312 ZeroMemory(&Overlapped, sizeof(OVERLAPPED)); in SyncOverlappedDeviceIoControl() 313 Overlapped.hEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in SyncOverlappedDeviceIoControl() 315 if (!Overlapped.hEvent) in SyncOverlappedDeviceIoControl() 326 &Overlapped); in SyncOverlappedDeviceIoControl() 333 CloseHandle(Overlapped.hEvent); in SyncOverlappedDeviceIoControl() 340 &Overlapped, in SyncOverlappedDeviceIoControl() 345 CloseHandle(Overlapped.hEvent); in SyncOverlappedDeviceIoControl()
|
H A D | primary.c | 594 OVERLAPPED Overlapped; in PrimaryDirectSoundBuffer_Write() local 598 ZeroMemory(&Overlapped, sizeof(OVERLAPPED)); in PrimaryDirectSoundBuffer_Write() 599 Overlapped.hEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in PrimaryDirectSoundBuffer_Write() 612 … IOCTL_KS_WRITE_STREAM, NULL, 0, &Header, sizeof(KSSTREAM_HEADER), &BytesTransferred, &Overlapped); in PrimaryDirectSoundBuffer_Write()
|
H A D | capturebuffer.c | 478 OVERLAPPED Overlapped; in IDirectSoundCaptureBufferImpl_Start() local 514 ZeroMemory(&Overlapped, sizeof(OVERLAPPED)); in IDirectSoundCaptureBufferImpl_Start() 515 Overlapped.hEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in IDirectSoundCaptureBufferImpl_Start() 528 … IOCTL_KS_WRITE_STREAM, NULL, 0, &Header, sizeof(KSSTREAM_HEADER), &BytesTransferred, &Overlapped); in IDirectSoundCaptureBufferImpl_Start()
|
/reactos/dll/win32/wdmaud.drv/ |
H A D | mmixer.c | 162 OVERLAPPED Overlapped; in Control() local 167 ZeroMemory(&Overlapped, sizeof(OVERLAPPED)); in Control() 168 Overlapped.hEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in Control() 170 if ( ! Overlapped.hEvent ) in Control() 181 &Overlapped); in Control() 188 CloseHandle(Overlapped.hEvent); in Control() 203 &Overlapped, in Control() 208 CloseHandle(Overlapped.hEvent); in Control()
|
/reactos/dll/win32/ws2_32/src/ |
H A D | dsocket.c | 58 Socket->Overlapped = TRUE; in WsSockAllocate() 83 Socket->Overlapped = (CurrentThread->OpenType == 0); in WsSockInitialize()
|
H A D | socklife.c | 324 Thread->OpenType = Socket->Overlapped ? 0 : SO_SYNCHRONOUS_NONALERT; in WSAAccept() 395 Thread->OpenType = Socket->Overlapped ? 0 : SO_SYNCHRONOUS_NONALERT; in WSAJoinLeaf()
|
/reactos/base/system/services/ |
H A D | database.c | 1434 OVERLAPPED Overlapped = {0}; in ScmControlServiceEx() local 1515 &Overlapped); in ScmControlServiceEx() 1543 &Overlapped, in ScmControlServiceEx() 1590 OVERLAPPED Overlapped = {0}; in ScmWaitForServiceConnect() local 1600 &Overlapped); in ScmWaitForServiceConnect() 1641 &Overlapped, in ScmWaitForServiceConnect() 1662 Overlapped.hEvent = NULL; in ScmWaitForServiceConnect() 1669 &Overlapped); in ScmWaitForServiceConnect() 1711 &Overlapped, in ScmWaitForServiceConnect()
|
/reactos/dll/win32/msafd/misc/ |
H A D | dllmain.c | 3300 if (Overlapped == NULL) in GetSocketInformation() 3320 APCContext = (PAFDAPCCONTEXT)Overlapped; in GetSocketInformation() 3322 Event = Overlapped->hEvent; in GetSocketInformation() 3336 APCContext->lpOverlapped = Overlapped; in GetSocketInformation() 3340 IOSB = (PIO_STATUS_BLOCK)&Overlapped->Internal; in GetSocketInformation() 3358 if (Status == STATUS_PENDING && Overlapped == NULL) in GetSocketInformation() 3441 if (Overlapped == NULL) in SetSocketInformation() 3461 APCContext = (PAFDAPCCONTEXT)Overlapped; in SetSocketInformation() 3463 Event = Overlapped->hEvent; in SetSocketInformation() 3477 APCContext->lpOverlapped = Overlapped; in SetSocketInformation() [all …]
|
/reactos/sdk/include/psdk/ |
H A D | ws2tcpip.h | 794 _In_opt_ LPWSAOVERLAPPED Overlapped, 806 _In_opt_ LPWSAOVERLAPPED Overlapped, 816 _In_opt_ LPWSAOVERLAPPED Overlapped, 826 _In_opt_ LPWSAOVERLAPPED Overlapped,
|
/reactos/dll/win32/wshirda/ |
H A D | wshirda.c | 148 IN LPWSAOVERLAPPED Overlapped, in WSHIoctl() argument
|
/reactos/dll/win32/msafd/ |
H A D | msafd.h | 486 LPWSAOVERLAPPED Overlapped OPTIONAL, 496 LPWSAOVERLAPPED Overlapped OPTIONAL,
|
/reactos/base/shell/progman/ |
H A D | new_resources.rc | 184 MENUITEM "&Overlapped\tShift+F5", PM_OVERLAP
|
/reactos/dll/win32/wshtcpip/ |
H A D | wshtcpip.c | 350 IN LPWSAOVERLAPPED Overlapped, in WSHIoctl() argument
|
/reactos/dll/win32/ws2_32/inc/ |
H A D | ws2_32p.h | 201 BOOLEAN Overlapped; member
|
/reactos/sdk/include/reactos/mc/ |
H A D | errcodes.mc | 8390 Overlapped I/O event is not in a signaled state. 8393 Overlapped I/O event is not in a signaled state. 8399 Overlapped I/O event is not in a signaled state. 8410 Overlapped I/O operation is in progress. 8413 Overlapped I/O operation is in progress. 8419 Overlapped I/O operation is in progress.
|
/reactos/dll/win32/kernel32/winnls/lang/ |
H A D | bg-BG.mc | 3359 ERROR_IO_INCOMPLETE - Overlapped I/O event is not in a signaled state. 3367 ERROR_IO_PENDING - Overlapped I/O operation is in progress.
|