ReactOS 0.4.15-dev-7953-g1f49173
_FAT_CALLOUT_PARAMETERS Struct Reference

#include <fatstruc.h>

Collaboration diagram for _FAT_CALLOUT_PARAMETERS:

Public Attributes

union {
   struct {
      PIRP_CONTEXT   IrpContext
 
      PIRP   Irp
 
   }   Create
 
}; 
 
NTSTATUS IrpStatus
 
NTSTATUS ExceptionStatus
 

Detailed Description

Definition at line 1769 of file fatstruc.h.

Member Data Documentation

◆ 

union { ... } _FAT_CALLOUT_PARAMETERS::@732

◆ 

struct { ... } _FAT_CALLOUT_PARAMETERS::Create

◆ ExceptionStatus

NTSTATUS _FAT_CALLOUT_PARAMETERS::ExceptionStatus

Definition at line 1787 of file fatstruc.h.

◆ Irp

PIRP _FAT_CALLOUT_PARAMETERS::Irp

Definition at line 1780 of file fatstruc.h.

◆ IrpContext

PIRP_CONTEXT _FAT_CALLOUT_PARAMETERS::IrpContext

Definition at line 1779 of file fatstruc.h.

◆ IrpStatus

NTSTATUS _FAT_CALLOUT_PARAMETERS::IrpStatus

Definition at line 1786 of file fatstruc.h.


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