ReactOS 0.4.15-dev-7907-g95bf896
_WDF_MEMORY_DESCRIPTOR_V1_7 Struct Reference

#include <wdf17.h>

Collaboration diagram for _WDF_MEMORY_DESCRIPTOR_V1_7:

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

Detailed Description

Definition at line 1276 of file wdf17.h.

Member Data Documentation

◆ Buffer

PVOID _WDF_MEMORY_DESCRIPTOR_V1_7::Buffer

Definition at line 1284 of file wdf17.h.

◆ BufferLength

ULONG _WDF_MEMORY_DESCRIPTOR_V1_7::BufferLength

Definition at line 1293 of file wdf17.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_7::BufferType

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_7::HandleType

◆ Length

ULONG _WDF_MEMORY_DESCRIPTOR_V1_7::Length

Definition at line 1286 of file wdf17.h.

◆ Mdl

PMDL _WDF_MEMORY_DESCRIPTOR_V1_7::Mdl

Definition at line 1291 of file wdf17.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_7::MdlType

◆ Memory

WDFMEMORY _WDF_MEMORY_DESCRIPTOR_V1_7::Memory

Definition at line 1298 of file wdf17.h.

◆ Offsets

PWDFMEMORY_OFFSET_V1_7 _WDF_MEMORY_DESCRIPTOR_V1_7::Offsets

Definition at line 1300 of file wdf17.h.

◆ Type

WDF_MEMORY_DESCRIPTOR_TYPE _WDF_MEMORY_DESCRIPTOR_V1_7::Type

Definition at line 1280 of file wdf17.h.

◆ 

union { ... } _WDF_MEMORY_DESCRIPTOR_V1_7::u

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