ReactOS 0.4.15-dev-7931-gfd331f1
_WDF_MEMORY_DESCRIPTOR Struct Reference

#include <wdfmemory.h>

Collaboration diagram for _WDF_MEMORY_DESCRIPTOR:

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

Detailed Description

Definition at line 76 of file wdfmemory.h.

Member Data Documentation

◆ Buffer

PVOID _WDF_MEMORY_DESCRIPTOR::Buffer

Definition at line 81 of file wdfmemory.h.

◆ BufferLength

ULONG _WDF_MEMORY_DESCRIPTOR::BufferLength

Definition at line 89 of file wdfmemory.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR::BufferType

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR::HandleType

◆ Length

ULONG _WDF_MEMORY_DESCRIPTOR::Length

Definition at line 83 of file wdfmemory.h.

◆ Mdl

PMDL _WDF_MEMORY_DESCRIPTOR::Mdl

Definition at line 87 of file wdfmemory.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR::MdlType

◆ Memory

WDFMEMORY _WDF_MEMORY_DESCRIPTOR::Memory

Definition at line 93 of file wdfmemory.h.

◆ Offsets

PWDFMEMORY_OFFSET _WDF_MEMORY_DESCRIPTOR::Offsets

Definition at line 94 of file wdfmemory.h.

◆ Type

WDF_MEMORY_DESCRIPTOR_TYPE _WDF_MEMORY_DESCRIPTOR::Type

Definition at line 77 of file wdfmemory.h.

◆ 

union { ... } _WDF_MEMORY_DESCRIPTOR::u

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