ReactOS 0.4.15-dev-7934-g1dc8d80
_WDF_MEMORY_DESCRIPTOR_V1_5 Struct Reference

#include <wdf15.h>

Collaboration diagram for _WDF_MEMORY_DESCRIPTOR_V1_5:

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

Detailed Description

Definition at line 1257 of file wdf15.h.

Member Data Documentation

◆ Buffer

PVOID _WDF_MEMORY_DESCRIPTOR_V1_5::Buffer

Definition at line 1265 of file wdf15.h.

◆ BufferLength

ULONG _WDF_MEMORY_DESCRIPTOR_V1_5::BufferLength

Definition at line 1274 of file wdf15.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_5::BufferType

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_5::HandleType

◆ Length

ULONG _WDF_MEMORY_DESCRIPTOR_V1_5::Length

Definition at line 1267 of file wdf15.h.

◆ Mdl

PMDL _WDF_MEMORY_DESCRIPTOR_V1_5::Mdl

Definition at line 1272 of file wdf15.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_5::MdlType

◆ Memory

WDFMEMORY _WDF_MEMORY_DESCRIPTOR_V1_5::Memory

Definition at line 1279 of file wdf15.h.

◆ Offsets

PWDFMEMORY_OFFSET_V1_5 _WDF_MEMORY_DESCRIPTOR_V1_5::Offsets

Definition at line 1281 of file wdf15.h.

◆ Type

WDF_MEMORY_DESCRIPTOR_TYPE _WDF_MEMORY_DESCRIPTOR_V1_5::Type

Definition at line 1261 of file wdf15.h.

◆ 

union { ... } _WDF_MEMORY_DESCRIPTOR_V1_5::u

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