ReactOS 0.4.15-dev-7942-gd23573b
_WDF_MEMORY_DESCRIPTOR_V1_9 Struct Reference

#include <wdf19.h>

Collaboration diagram for _WDF_MEMORY_DESCRIPTOR_V1_9:

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

Detailed Description

Definition at line 1449 of file wdf19.h.

Member Data Documentation

◆ Buffer

PVOID _WDF_MEMORY_DESCRIPTOR_V1_9::Buffer

Definition at line 1454 of file wdf19.h.

◆ BufferLength

ULONG _WDF_MEMORY_DESCRIPTOR_V1_9::BufferLength

Definition at line 1463 of file wdf19.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_9::BufferType

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_9::HandleType

◆ Length

ULONG _WDF_MEMORY_DESCRIPTOR_V1_9::Length

Definition at line 1456 of file wdf19.h.

◆ Mdl

PMDL _WDF_MEMORY_DESCRIPTOR_V1_9::Mdl

Definition at line 1461 of file wdf19.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_9::MdlType

◆ Memory

WDFMEMORY _WDF_MEMORY_DESCRIPTOR_V1_9::Memory

Definition at line 1468 of file wdf19.h.

◆ Offsets

PWDFMEMORY_OFFSET_V1_9 _WDF_MEMORY_DESCRIPTOR_V1_9::Offsets

Definition at line 1470 of file wdf19.h.

◆ Type

WDF_MEMORY_DESCRIPTOR_TYPE _WDF_MEMORY_DESCRIPTOR_V1_9::Type

Definition at line 1450 of file wdf19.h.

◆ 

union { ... } _WDF_MEMORY_DESCRIPTOR_V1_9::u

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