ReactOS 0.4.15-dev-8058-ga7cbb60
KSIOBJECT_BAG_ENTRY Struct Reference
Collaboration diagram for KSIOBJECT_BAG_ENTRY:

Public Attributes

LIST_ENTRY Entry
 
PVOID Item
 
PFNKSFREE Free
 
ULONG References
 

Detailed Description

Definition at line 14 of file bag.c.

Member Data Documentation

◆ Entry

LIST_ENTRY KSIOBJECT_BAG_ENTRY::Entry

Definition at line 16 of file bag.c.

Referenced by KsAddItemToObjectBag(), and KsRemoveItemFromObjectBag().

◆ Free

PFNKSFREE KSIOBJECT_BAG_ENTRY::Free

◆ Item

PVOID KSIOBJECT_BAG_ENTRY::Item

◆ References

ULONG KSIOBJECT_BAG_ENTRY::References

Definition at line 19 of file bag.c.

Referenced by KsAddItemToObjectBag(), and KsRemoveItemFromObjectBag().


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