ReactOS 0.4.15-dev-7953-g1f49173
_WDF_MEMORY_DESCRIPTOR_V2_15 Struct Reference

#include <wdf215.h>

Collaboration diagram for _WDF_MEMORY_DESCRIPTOR_V2_15:

Public Attributes

WDF_MEMORY_DESCRIPTOR_TYPE Type
 
union {
   struct {
      PVOID   Buffer
 
      ULONG   Length
 
   }   BufferType
 
   struct {
      PMDL   Mdl
 
      ULONG   BufferLength
 
   }   MdlType
 
   struct {
      WDFMEMORY   Memory
 
      PWDFMEMORY_OFFSET_V2_15   Offsets
 
   }   HandleType
 
u
 

Detailed Description

Definition at line 1827 of file wdf215.h.

Member Data Documentation

◆ Buffer

PVOID _WDF_MEMORY_DESCRIPTOR_V2_15::Buffer

Definition at line 1832 of file wdf215.h.

◆ BufferLength

ULONG _WDF_MEMORY_DESCRIPTOR_V2_15::BufferLength

Definition at line 1841 of file wdf215.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V2_15::BufferType

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V2_15::HandleType

◆ Length

ULONG _WDF_MEMORY_DESCRIPTOR_V2_15::Length

Definition at line 1834 of file wdf215.h.

◆ Mdl

PMDL _WDF_MEMORY_DESCRIPTOR_V2_15::Mdl

Definition at line 1839 of file wdf215.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V2_15::MdlType

◆ Memory

WDFMEMORY _WDF_MEMORY_DESCRIPTOR_V2_15::Memory

Definition at line 1846 of file wdf215.h.

◆ Offsets

PWDFMEMORY_OFFSET_V2_15 _WDF_MEMORY_DESCRIPTOR_V2_15::Offsets

Definition at line 1848 of file wdf215.h.

◆ Type

WDF_MEMORY_DESCRIPTOR_TYPE _WDF_MEMORY_DESCRIPTOR_V2_15::Type

Definition at line 1828 of file wdf215.h.

◆ 

union { ... } _WDF_MEMORY_DESCRIPTOR_V2_15::u

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