ReactOS 0.4.15-dev-7842-g558ab78
_WDF_MEMORY_DESCRIPTOR_V1_11 Struct Reference

#include <wdf111.h>

Collaboration diagram for _WDF_MEMORY_DESCRIPTOR_V1_11:

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

Detailed Description

Definition at line 1745 of file wdf111.h.

Member Data Documentation

◆ Buffer

PVOID _WDF_MEMORY_DESCRIPTOR_V1_11::Buffer

Definition at line 1750 of file wdf111.h.

◆ BufferLength

ULONG _WDF_MEMORY_DESCRIPTOR_V1_11::BufferLength

Definition at line 1759 of file wdf111.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_11::BufferType

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_11::HandleType

◆ Length

ULONG _WDF_MEMORY_DESCRIPTOR_V1_11::Length

Definition at line 1752 of file wdf111.h.

◆ Mdl

PMDL _WDF_MEMORY_DESCRIPTOR_V1_11::Mdl

Definition at line 1757 of file wdf111.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_11::MdlType

◆ Memory

WDFMEMORY _WDF_MEMORY_DESCRIPTOR_V1_11::Memory

Definition at line 1764 of file wdf111.h.

◆ Offsets

PWDFMEMORY_OFFSET_V1_11 _WDF_MEMORY_DESCRIPTOR_V1_11::Offsets

Definition at line 1766 of file wdf111.h.

◆ Type

WDF_MEMORY_DESCRIPTOR_TYPE _WDF_MEMORY_DESCRIPTOR_V1_11::Type

Definition at line 1746 of file wdf111.h.

◆ 

union { ... } _WDF_MEMORY_DESCRIPTOR_V1_11::u

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