ReactOS 0.4.15-dev-7924-g5949c20
_IOP_MINI_COMPLETION_PACKET Struct Reference

#include <io.h>

Collaboration diagram for _IOP_MINI_COMPLETION_PACKET:

Public Attributes

struct {
   LIST_ENTRY   ListEntry
 
   union {
      struct _IO_STACK_LOCATION *   CurrentStackLocation
 
      ULONG   PacketType
 
   } 
 
}; 
 
PVOID KeyContext
 
PVOID ApcContext
 
NTSTATUS IoStatus
 
ULONG_PTR IoStatusInformation
 

Detailed Description

Definition at line 280 of file io.h.

Member Data Documentation

◆ 

struct { ... } _IOP_MINI_COMPLETION_PACKET::@1787

◆ ApcContext

PVOID _IOP_MINI_COMPLETION_PACKET::ApcContext

Definition at line 292 of file io.h.

◆ CurrentStackLocation

struct _IO_STACK_LOCATION* _IOP_MINI_COMPLETION_PACKET::CurrentStackLocation

Definition at line 287 of file io.h.

◆ IoStatus

NTSTATUS _IOP_MINI_COMPLETION_PACKET::IoStatus

Definition at line 293 of file io.h.

◆ IoStatusInformation

ULONG_PTR _IOP_MINI_COMPLETION_PACKET::IoStatusInformation

Definition at line 294 of file io.h.

◆ KeyContext

PVOID _IOP_MINI_COMPLETION_PACKET::KeyContext

Definition at line 291 of file io.h.

◆ ListEntry

LIST_ENTRY _IOP_MINI_COMPLETION_PACKET::ListEntry

Definition at line 284 of file io.h.

◆ PacketType

ULONG _IOP_MINI_COMPLETION_PACKET::PacketType

Definition at line 288 of file io.h.


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