|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ksiface.h>

Public Attributes | |
| LIST_ENTRY | Entry |
| LIST_ENTRY | ObjectList |
| PRKMUTEX | BagMutex |
| PVOID | DeviceHeader |
| PRKMUTEX KSIOBJECT_BAG::BagMutex |
Definition at line 17 of file ksiface.h.
Referenced by _KsEdit(), KsAddItemToObjectBag(), KsCopyObjectBagItems(), KsFreeObjectBag(), KsInitializeDevice(), and KsRemoveItemFromObjectBag().
| PVOID KSIOBJECT_BAG::DeviceHeader |
Definition at line 18 of file ksiface.h.
Referenced by KsFreeObjectBag(), KsInitializeDevice(), and KsRemoveItemFromObjectBag().
| LIST_ENTRY KSIOBJECT_BAG::Entry |
Definition at line 15 of file ksiface.h.
Referenced by KsFreeObjectBag(), and KsInitializeDevice().
| LIST_ENTRY KSIOBJECT_BAG::ObjectList |
Definition at line 16 of file ksiface.h.
Referenced by _KsEdit(), KsAddItemToObjectBag(), KsCopyObjectBagItems(), KsFreeObjectBag(), KsInitializeDevice(), KspGetObjectItemReferenceCount(), and KsRemoveItemFromObjectBag().