ReactOS 0.4.16-dev-106-g10b08aa
|
#include <kstypes.h>
Public Attributes | |
LIST_ENTRY | Entry |
PKSOBJECT_CREATE_ITEM | CreateItem |
PFNKSITEMFREECALLBACK | ItemFreeCallback |
LONG | ReferenceCount |
LIST_ENTRY | ObjectItemList |
PKSOBJECT_CREATE_ITEM CREATE_ITEM_ENTRY::CreateItem |
Definition at line 48 of file kstypes.h.
Referenced by FindMatchingCreateItem(), IKsDevice_Create(), KsAllocateObjectCreateItem(), KspAddObjectCreateItemToList(), KspCreate(), and KspSetFilterFactoriesState().
LIST_ENTRY CREATE_ITEM_ENTRY::Entry |
Definition at line 47 of file kstypes.h.
Referenced by KsAllocateObjectCreateItem().
PFNKSITEMFREECALLBACK CREATE_ITEM_ENTRY::ItemFreeCallback |
Definition at line 49 of file kstypes.h.
Referenced by KsAllocateObjectCreateItem().
LIST_ENTRY CREATE_ITEM_ENTRY::ObjectItemList |
Definition at line 51 of file kstypes.h.
Referenced by KsAllocateObjectCreateItem(), and KspAddObjectCreateItemToList().
LONG CREATE_ITEM_ENTRY::ReferenceCount |
Definition at line 50 of file kstypes.h.
Referenced by IKsDevice_Create(), KsAllocateObjectCreateItem(), KspAddObjectCreateItemToList(), and KspCreate().