ReactOS 0.4.16-dev-1210-gbc03c01
_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 858 of file winbase.h.

Member Data Documentation

◆ dwNumberOfBytesTransferred

DWORD _OVERLAPPED_ENTRY::dwNumberOfBytesTransferred

Definition at line 862 of file winbase.h.

◆ Internal

ULONG_PTR _OVERLAPPED_ENTRY::Internal

Definition at line 861 of file winbase.h.

◆ lpCompletionKey

ULONG_PTR _OVERLAPPED_ENTRY::lpCompletionKey

Definition at line 859 of file winbase.h.

◆ lpOverlapped

LPOVERLAPPED _OVERLAPPED_ENTRY::lpOverlapped

Definition at line 860 of file winbase.h.


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