|
ReactOS 0.4.17-dev-806-gffa4164
|
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 |
Seeds a range list with the resources the bus actually decodes: every descriptor of the arbiter's resource type becomes one unowned range.
| [in] | Arbiter | The arbiter instance whose UnpackResource decodes the descriptors and whose resource type filters them. |
| [in] | ResourceCount | The number of descriptors in Resources. |
| [in] | Resources | The CM partial resource descriptors describing the decoded windows. |
| [in,out] | RangeList | The range list to rebuild from the descriptors. What lands in it is everything outside those windows, because a range list records what is unavailable. |
One window a bus decodes, while the windows are being sorted.
| ULONGLONG _ARBITER_SEED_WINDOW::End |
Definition at line 313 of file handler.c.
Referenced by ArbpSeedRangeList().
| ULONGLONG _ARBITER_SEED_WINDOW::Start |
Definition at line 312 of file handler.c.
Referenced by ArbpSeedRangeList().