ReactOS 0.4.15-dev-7842-g558ab78
_ARBITER_PARAMETERS Struct Reference

#include <iotypes.h>

Collaboration diagram for _ARBITER_PARAMETERS:

Public Attributes

union {
   ARBITER_TEST_ALLOCATION_PARAMETERS   TestAllocation
 
   ARBITER_RETEST_ALLOCATION_PARAMETERS   RetestAllocation
 
   ARBITER_BOOT_ALLOCATION_PARAMETERS   BootAllocation
 
   ARBITER_QUERY_ALLOCATED_RESOURCES_PARAMETERS   QueryAllocatedResources
 
   ARBITER_QUERY_CONFLICT_PARAMETERS   QueryConflict
 
   ARBITER_QUERY_ARBITRATE_PARAMETERS   QueryArbitrate
 
   ARBITER_ADD_RESERVED_PARAMETERS   AddReserved
 
Parameters
 

Detailed Description

Definition at line 4600 of file iotypes.h.

Member Data Documentation

◆ AddReserved

ARBITER_ADD_RESERVED_PARAMETERS _ARBITER_PARAMETERS::AddReserved

Definition at line 4608 of file iotypes.h.

◆ BootAllocation

ARBITER_BOOT_ALLOCATION_PARAMETERS _ARBITER_PARAMETERS::BootAllocation

Definition at line 4604 of file iotypes.h.

◆ 

union { ... } _ARBITER_PARAMETERS::Parameters

◆ QueryAllocatedResources

ARBITER_QUERY_ALLOCATED_RESOURCES_PARAMETERS _ARBITER_PARAMETERS::QueryAllocatedResources

Definition at line 4605 of file iotypes.h.

◆ QueryArbitrate

ARBITER_QUERY_ARBITRATE_PARAMETERS _ARBITER_PARAMETERS::QueryArbitrate

Definition at line 4607 of file iotypes.h.

◆ QueryConflict

ARBITER_QUERY_CONFLICT_PARAMETERS _ARBITER_PARAMETERS::QueryConflict

Definition at line 4606 of file iotypes.h.

◆ RetestAllocation

ARBITER_RETEST_ALLOCATION_PARAMETERS _ARBITER_PARAMETERS::RetestAllocation

Definition at line 4603 of file iotypes.h.

◆ TestAllocation

ARBITER_TEST_ALLOCATION_PARAMETERS _ARBITER_PARAMETERS::TestAllocation

Definition at line 4602 of file iotypes.h.


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