|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | FxChildListCreateDeviceCallback |
| struct | FxChildListScanForChildrenCallback |
| class | FxChildList |
| struct | FxDeviceDescriptionEntry |
Enumerations | |
| enum | FxChildListIteratorIndexValues { DescriptionIndex = 0 , ModificationIndex } |
| enum | FxChildListState { ListUnlocked = 1 , ListLockedForEnum , ListLockedForParentRemove } |
| enum | FxChildListScanTagStates { ScanTagUndefined = 0 , ScanTagActive , ScanTagCancelled , ScanTagFinished } |
| enum | FxChildListModificationState { ModificationUnspecified = 0 , ModificationInsert , ModificationRemove , ModificationRemoveNotify , ModificationClone , ModificationNeedsPnpRemoval } |
| enum | FxChildListDescriptionState { DescriptionUnspecified = 0 , DescriptionPresentNeedsInstantiation , DescriptionInstantiatedHasObject , DescriptionReportedMissing , DescriptionNotPresent } |
| enum | FxChildListReportedMissingCallbackState : UCHAR { CallbackStateUnspecified = 0 , CallbackNeedsToBeInvoked , CallbackInvoked } |
| enum | FxChildListValues { FX_CHILD_LIST_MAX_RETRIES = 3 } |
| Enumerator | |
|---|---|
| DescriptionUnspecified | |
| DescriptionPresentNeedsInstantiation | |
| DescriptionInstantiatedHasObject | |
| DescriptionReportedMissing | |
| DescriptionNotPresent | |
Definition at line 645 of file fxchildlist.hpp.
| Enumerator | |
|---|---|
| DescriptionIndex | |
| ModificationIndex | |
Definition at line 29 of file fxchildlist.hpp.
| Enumerator | |
|---|---|
| ModificationUnspecified | |
| ModificationInsert | |
| ModificationRemove | |
| ModificationRemoveNotify | |
| ModificationClone | |
| ModificationNeedsPnpRemoval | |
Definition at line 634 of file fxchildlist.hpp.
| Enumerator | |
|---|---|
| CallbackStateUnspecified | |
| CallbackNeedsToBeInvoked | |
| CallbackInvoked | |
Definition at line 655 of file fxchildlist.hpp.
| Enumerator | |
|---|---|
| ScanTagUndefined | |
| ScanTagActive | |
| ScanTagCancelled | |
| ScanTagFinished | |
Definition at line 95 of file fxchildlist.hpp.
| Enumerator | |
|---|---|
| ListUnlocked | |
| ListLockedForEnum | |
| ListLockedForParentRemove | |
Definition at line 89 of file fxchildlist.hpp.
| Enumerator | |
|---|---|
| FX_CHILD_LIST_MAX_RETRIES | |
Definition at line 662 of file fxchildlist.hpp.