ReactOS 0.4.15-dev-7924-g5949c20
_WDF_MEMORY_DESCRIPTOR_V1_0 Struct Reference

#include <wdf10.h>

Collaboration diagram for _WDF_MEMORY_DESCRIPTOR_V1_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_V1_0   Offsets
 
   }   HandleType
 
u
 

Detailed Description

Definition at line 1236 of file wdf10.h.

Member Data Documentation

◆ Buffer

PVOID _WDF_MEMORY_DESCRIPTOR_V1_0::Buffer

Definition at line 1244 of file wdf10.h.

◆ BufferLength

ULONG _WDF_MEMORY_DESCRIPTOR_V1_0::BufferLength

Definition at line 1253 of file wdf10.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_0::BufferType

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_0::HandleType

◆ Length

ULONG _WDF_MEMORY_DESCRIPTOR_V1_0::Length

Definition at line 1246 of file wdf10.h.

◆ Mdl

PMDL _WDF_MEMORY_DESCRIPTOR_V1_0::Mdl

Definition at line 1251 of file wdf10.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_0::MdlType

◆ Memory

WDFMEMORY _WDF_MEMORY_DESCRIPTOR_V1_0::Memory

Definition at line 1258 of file wdf10.h.

◆ Offsets

PWDFMEMORY_OFFSET_V1_0 _WDF_MEMORY_DESCRIPTOR_V1_0::Offsets

Definition at line 1260 of file wdf10.h.

◆ Type

WDF_MEMORY_DESCRIPTOR_TYPE _WDF_MEMORY_DESCRIPTOR_V1_0::Type

Definition at line 1240 of file wdf10.h.

◆ 

union { ... } _WDF_MEMORY_DESCRIPTOR_V1_0::u

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