ReactOS 0.4.15-dev-7924-g5949c20
_WDF_MEMORY_DESCRIPTOR_V1_13 Struct Reference

#include <wdf113.h>

Collaboration diagram for _WDF_MEMORY_DESCRIPTOR_V1_13:

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

Detailed Description

Definition at line 1902 of file wdf113.h.

Member Data Documentation

◆ Buffer

PVOID _WDF_MEMORY_DESCRIPTOR_V1_13::Buffer

Definition at line 1907 of file wdf113.h.

◆ BufferLength

ULONG _WDF_MEMORY_DESCRIPTOR_V1_13::BufferLength

Definition at line 1916 of file wdf113.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_13::BufferType

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_13::HandleType

◆ Length

ULONG _WDF_MEMORY_DESCRIPTOR_V1_13::Length

Definition at line 1909 of file wdf113.h.

◆ Mdl

PMDL _WDF_MEMORY_DESCRIPTOR_V1_13::Mdl

Definition at line 1914 of file wdf113.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_13::MdlType

◆ Memory

WDFMEMORY _WDF_MEMORY_DESCRIPTOR_V1_13::Memory

Definition at line 1921 of file wdf113.h.

◆ Offsets

PWDFMEMORY_OFFSET_V1_13 _WDF_MEMORY_DESCRIPTOR_V1_13::Offsets

Definition at line 1923 of file wdf113.h.

◆ Type

WDF_MEMORY_DESCRIPTOR_TYPE _WDF_MEMORY_DESCRIPTOR_V1_13::Type

Definition at line 1903 of file wdf113.h.

◆ 

union { ... } _WDF_MEMORY_DESCRIPTOR_V1_13::u

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