ReactOS 0.4.17-dev-806-gffa4164
_ARBITER_SEED_WINDOW Struct Reference

Seeds a range list with the resources the bus actually decodes: every descriptor of the arbiter's resource type becomes one unowned range. More...

Public Attributes

ULONGLONG Start
 
ULONGLONG End
 

Detailed Description

Seeds a range list with the resources the bus actually decodes: every descriptor of the arbiter's resource type becomes one unowned range.

Parameters
[in]ArbiterThe arbiter instance whose UnpackResource decodes the descriptors and whose resource type filters them.
[in]ResourceCountThe number of descriptors in Resources.
[in]ResourcesThe CM partial resource descriptors describing the decoded windows.
[in,out]RangeListThe range list to rebuild from the descriptors. What lands in it is everything outside those windows, because a range list records what is unavailable.
Returns
STATUS_SUCCESS, or STATUS_INSUFFICIENT_RESOURCES.

One window a bus decodes, while the windows are being sorted.

Definition at line 310 of file handler.c.

Member Data Documentation

◆ End

ULONGLONG _ARBITER_SEED_WINDOW::End

Definition at line 313 of file handler.c.

Referenced by ArbpSeedRangeList().

◆ Start

ULONGLONG _ARBITER_SEED_WINDOW::Start

Definition at line 312 of file handler.c.

Referenced by ArbpSeedRangeList().


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