ReactOS 0.4.15-dev-7924-g5949c20
_WDF_MEMORY_DESCRIPTOR_V1_15 Struct Reference

#include <wdf115.h>

Collaboration diagram for _WDF_MEMORY_DESCRIPTOR_V1_15:

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

Detailed Description

Definition at line 1917 of file wdf115.h.

Member Data Documentation

◆ Buffer

PVOID _WDF_MEMORY_DESCRIPTOR_V1_15::Buffer

Definition at line 1922 of file wdf115.h.

◆ BufferLength

ULONG _WDF_MEMORY_DESCRIPTOR_V1_15::BufferLength

Definition at line 1931 of file wdf115.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_15::BufferType

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_15::HandleType

◆ Length

ULONG _WDF_MEMORY_DESCRIPTOR_V1_15::Length

Definition at line 1924 of file wdf115.h.

◆ Mdl

PMDL _WDF_MEMORY_DESCRIPTOR_V1_15::Mdl

Definition at line 1929 of file wdf115.h.

◆ 

struct { ... } _WDF_MEMORY_DESCRIPTOR_V1_15::MdlType

◆ Memory

WDFMEMORY _WDF_MEMORY_DESCRIPTOR_V1_15::Memory

Definition at line 1936 of file wdf115.h.

◆ Offsets

PWDFMEMORY_OFFSET_V1_15 _WDF_MEMORY_DESCRIPTOR_V1_15::Offsets

Definition at line 1938 of file wdf115.h.

◆ Type

WDF_MEMORY_DESCRIPTOR_TYPE _WDF_MEMORY_DESCRIPTOR_V1_15::Type

Definition at line 1918 of file wdf115.h.

◆ 

union { ... } _WDF_MEMORY_DESCRIPTOR_V1_15::u

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