ReactOS 0.4.15-dev-7958-gcd0bb1a
_WDF_MEMORY_DESCRIPTOR_V2_0 Struct Reference

#include <wdf20.h>

Collaboration diagram for _WDF_MEMORY_DESCRIPTOR_V2_0:

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_0   Offsets
 
   }   HandleType
 
u
 

Detailed Description

Definition at line 1815 of file wdf20.h.

Member Data Documentation

◆ Buffer

PVOID _WDF_MEMORY_DESCRIPTOR_V2_0::Buffer

Definition at line 1820 of file wdf20.h.

◆ BufferLength

ULONG _WDF_MEMORY_DESCRIPTOR_V2_0::BufferLength

Definition at line 1829 of file wdf20.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V2_0::BufferType

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V2_0::HandleType

◆ Length

ULONG _WDF_MEMORY_DESCRIPTOR_V2_0::Length

Definition at line 1822 of file wdf20.h.

◆ Mdl

PMDL _WDF_MEMORY_DESCRIPTOR_V2_0::Mdl

Definition at line 1827 of file wdf20.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V2_0::MdlType

◆ Memory

WDFMEMORY _WDF_MEMORY_DESCRIPTOR_V2_0::Memory

Definition at line 1834 of file wdf20.h.

◆ Offsets

PWDFMEMORY_OFFSET_V2_0 _WDF_MEMORY_DESCRIPTOR_V2_0::Offsets

Definition at line 1836 of file wdf20.h.

◆ Type

WDF_MEMORY_DESCRIPTOR_TYPE _WDF_MEMORY_DESCRIPTOR_V2_0::Type

Definition at line 1816 of file wdf20.h.

◆ 

union { ... } _WDF_MEMORY_DESCRIPTOR_V2_0::u

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