ReactOS 0.4.15-dev-7958-gcd0bb1a
MEMORY_RESOURCE_LIST Struct Reference

#include <stream.h>

Collaboration diagram for MEMORY_RESOURCE_LIST:

Public Attributes

LIST_ENTRY Entry
 
PVOID Start
 
ULONG Length
 

Detailed Description

Definition at line 18 of file stream.h.

Member Data Documentation

◆ Entry

LIST_ENTRY MEMORY_RESOURCE_LIST::Entry

Definition at line 20 of file stream.h.

Referenced by StreamClassStartDevice().

◆ Length

ULONG MEMORY_RESOURCE_LIST::Length

Definition at line 22 of file stream.h.

Referenced by StreamClassReleaseResources(), and StreamClassStartDevice().

◆ Start

PVOID MEMORY_RESOURCE_LIST::Start

Definition at line 21 of file stream.h.

Referenced by StreamClassReleaseResources(), and StreamClassStartDevice().


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