ReactOS 0.4.15-dev-7842-g558ab78
_OVERLAPPED_ENTRY Struct Reference

#include <winbase.h>

Collaboration diagram for _OVERLAPPED_ENTRY:

Public Attributes

ULONG_PTR lpCompletionKey
 
LPOVERLAPPED lpOverlapped
 
ULONG_PTR Internal
 
DWORD dwNumberOfBytesTransferred
 

Detailed Description

Definition at line 823 of file winbase.h.

Member Data Documentation

◆ dwNumberOfBytesTransferred

DWORD _OVERLAPPED_ENTRY::dwNumberOfBytesTransferred

Definition at line 827 of file winbase.h.

◆ Internal

ULONG_PTR _OVERLAPPED_ENTRY::Internal

Definition at line 826 of file winbase.h.

◆ lpCompletionKey

ULONG_PTR _OVERLAPPED_ENTRY::lpCompletionKey

Definition at line 824 of file winbase.h.

◆ lpOverlapped

LPOVERLAPPED _OVERLAPPED_ENTRY::lpOverlapped

Definition at line 825 of file winbase.h.


The documentation for this struct was generated from the following file: