ReactOS 0.4.16-dev-306-g647d351
|
#include <winbase.h>
Public Attributes | |
ULONG_PTR | Internal |
ULONG_PTR | InternalHigh |
union { | |
struct { | |
DWORD Offset | |
DWORD OffsetHigh | |
} DUMMYSTRUCTNAME | |
PVOID Pointer | |
} | DUMMYUNIONNAME |
HANDLE | hEvent |
struct { ... } _OVERLAPPED::DUMMYSTRUCTNAME |
union { ... } _OVERLAPPED::DUMMYUNIONNAME |
HANDLE _OVERLAPPED::hEvent |
Definition at line 845 of file winbase.h.
Referenced by completion_routine(), Control(), CPipe::CPipe(), detectChange(), FileAsyncReader_SyncRead(), FileIOComplete(), FileLockBytesImpl_LockRegion(), FileLockBytesImpl_UnlockRegion(), GetDeviceData(), IDirectSoundCaptureBufferImpl_Start(), InitLogging(), CKsInterfaceHandler::KsProcessMediaSamples(), KsSynchronousDeviceControl(), local_server_thread(), LogToFile(), main(), overlapped_server(), PrimaryDirectSoundBuffer_Write(), CPipe::Read(), readdirectorychanges_cr(), ReadPipeCompletion(), CDirectoryWatcher::RestartWatching(), ScmWaitForServiceConnect(), serverThreadMain3(), serverThreadMain5(), SyncOverlappedDeviceIoControl(), test_async_file_errors(), test_blocking_rw(), test_completion(), test_events(), test_file_completion_information(), test_locking(), test_null_device(), test_overlapped(), test_read_write(), test_readdirectorychanges(), test_readdirectorychanges_cr(), test_readdirectorychanges_filedir(), test_readdirectorychanges_null(), test_WaitCommEvent(), test_WaitRx(), test_waittxempty(), and UninitLogging().
ULONG_PTR _OVERLAPPED::Internal |
Definition at line 836 of file winbase.h.
Referenced by test_overlapped(), test_read_write(), test_readdirectorychanges(), test_readdirectorychanges_filedir(), test_readdirectorychanges_null(), and UnlockFile().
ULONG_PTR _OVERLAPPED::InternalHigh |
Definition at line 837 of file winbase.h.
Referenced by test_overlapped(), test_read_write(), test_readdirectorychanges(), test_readdirectorychanges_filedir(), and test_readdirectorychanges_null().
DWORD _OVERLAPPED::Offset |
Definition at line 840 of file winbase.h.
Referenced by FileAsyncReader_Request(), FileAsyncReader_SyncRead(), FileAsyncReader_WaitForNext(), FileLockBytesImpl_LockRegion(), FileLockBytesImpl_UnlockRegion(), InitLogging(), main(), test_locking(), and UnlockFile().
DWORD _OVERLAPPED::OffsetHigh |
Definition at line 841 of file winbase.h.
Referenced by FileAsyncReader_Request(), FileAsyncReader_SyncRead(), FileAsyncReader_WaitForNext(), FileLockBytesImpl_LockRegion(), FileLockBytesImpl_UnlockRegion(), InitLogging(), test_locking(), and UnlockFile().