ReactOS 0.4.15-dev-7842-g558ab78
_WDF_MEMORY_DESCRIPTOR_V1_1 Struct Reference

#include <wdf11.h>

Collaboration diagram for _WDF_MEMORY_DESCRIPTOR_V1_1:

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

Detailed Description

Definition at line 1251 of file wdf11.h.

Member Data Documentation

◆ Buffer

PVOID _WDF_MEMORY_DESCRIPTOR_V1_1::Buffer

Definition at line 1259 of file wdf11.h.

◆ BufferLength

ULONG _WDF_MEMORY_DESCRIPTOR_V1_1::BufferLength

Definition at line 1268 of file wdf11.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_1::BufferType

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_1::HandleType

◆ Length

ULONG _WDF_MEMORY_DESCRIPTOR_V1_1::Length

Definition at line 1261 of file wdf11.h.

◆ Mdl

PMDL _WDF_MEMORY_DESCRIPTOR_V1_1::Mdl

Definition at line 1266 of file wdf11.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_1::MdlType

◆ Memory

WDFMEMORY _WDF_MEMORY_DESCRIPTOR_V1_1::Memory

Definition at line 1273 of file wdf11.h.

◆ Offsets

PWDFMEMORY_OFFSET_V1_1 _WDF_MEMORY_DESCRIPTOR_V1_1::Offsets

Definition at line 1275 of file wdf11.h.

◆ Type

WDF_MEMORY_DESCRIPTOR_TYPE _WDF_MEMORY_DESCRIPTOR_V1_1::Type

Definition at line 1255 of file wdf11.h.

◆ 

union { ... } _WDF_MEMORY_DESCRIPTOR_V1_1::u

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