ReactOS 0.4.16-dev-1946-g52006dd
_OVERLAPPED_ENTRY Struct Reference

#include <minwinbase.h>

Collaboration diagram for _OVERLAPPED_ENTRY:

Public Attributes

ULONG_PTR lpCompletionKey
 
LPOVERLAPPED lpOverlapped
 
ULONG_PTR Internal
 
DWORD dwNumberOfBytesTransferred
 

Detailed Description

Definition at line 233 of file minwinbase.h.

Member Data Documentation

◆ dwNumberOfBytesTransferred

DWORD _OVERLAPPED_ENTRY::dwNumberOfBytesTransferred

Definition at line 238 of file minwinbase.h.

◆ Internal

ULONG_PTR _OVERLAPPED_ENTRY::Internal

Definition at line 237 of file minwinbase.h.

◆ lpCompletionKey

ULONG_PTR _OVERLAPPED_ENTRY::lpCompletionKey

Definition at line 235 of file minwinbase.h.

◆ lpOverlapped

LPOVERLAPPED _OVERLAPPED_ENTRY::lpOverlapped

Definition at line 236 of file minwinbase.h.


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