ReactOS 0.4.15-dev-7934-g1dc8d80
_OVERLAPPED Struct Reference

#include <winbase.h>

Collaboration diagram for _OVERLAPPED:

Public Attributes

ULONG_PTR Internal
 
ULONG_PTR InternalHigh
 
union {
   struct {
      DWORD   Offset
 
      DWORD   OffsetHigh
 
   }   DUMMYSTRUCTNAME
 
   PVOID   Pointer
 
DUMMYUNIONNAME
 
HANDLE hEvent
 

Detailed Description

Definition at line 810 of file winbase.h.

Member Data Documentation

◆ 

struct { ... } _OVERLAPPED::DUMMYSTRUCTNAME

◆ 

union { ... } _OVERLAPPED::DUMMYUNIONNAME

◆ hEvent

◆ Internal

◆ InternalHigh

◆ Offset

◆ OffsetHigh

◆ Pointer

PVOID _OVERLAPPED::Pointer

Definition at line 818 of file winbase.h.


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