|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| LIST_ENTRY | Entry |
| PVOID | Item |
| PFNKSFREE | Free |
| ULONG | References |
| LIST_ENTRY KSIOBJECT_BAG_ENTRY::Entry |
Definition at line 16 of file bag.c.
Referenced by KsAddItemToObjectBag(), and KsRemoveItemFromObjectBag().
| PFNKSFREE KSIOBJECT_BAG_ENTRY::Free |
Definition at line 18 of file bag.c.
Referenced by KsAddItemToObjectBag(), KsCopyObjectBagItems(), KsFreeObjectBag(), and KsRemoveItemFromObjectBag().
| PVOID KSIOBJECT_BAG_ENTRY::Item |
Definition at line 17 of file bag.c.
Referenced by _KsEdit(), KsAddItemToObjectBag(), KsCopyObjectBagItems(), KsFreeObjectBag(), KspFindObjectBagItem(), and KsRemoveItemFromObjectBag().
| ULONG KSIOBJECT_BAG_ENTRY::References |
Definition at line 19 of file bag.c.
Referenced by KsAddItemToObjectBag(), and KsRemoveItemFromObjectBag().