ReactOS 0.4.16-dev-197-g92996da
|
#include <kstypes.h>
Public Attributes | |
KSDISPATCH_TABLE | DispatchTable |
KSOBJECTTYPE | Type |
LONG | ItemListCount |
LIST_ENTRY | ItemList |
UNICODE_STRING | ObjectClass |
PUNKNOWN | Unknown |
PVOID | ObjectType |
PDEVICE_OBJECT | TargetDevice |
LIST_ENTRY | TargetDeviceListEntry |
PDEVICE_OBJECT | ParentDeviceObject |
PFNKSCONTEXT_DISPATCH | PowerDispatch |
PVOID | PowerContext |
LIST_ENTRY | PowerDispatchEntry |
PKSOBJECT_CREATE_ITEM | OriginalCreateItem |
ACCESS_MASK | AccessMask |
ACCESS_MASK KSIOBJECT_HEADER::AccessMask |
Definition at line 41 of file kstypes.h.
Referenced by KsAllocateObjectHeader(), and KsQueryObjectAccessMask().
KSDISPATCH_TABLE KSIOBJECT_HEADER::DispatchTable |
Definition at line 22 of file kstypes.h.
Referenced by KsAllocateObjectHeader(), KspDispatchIrp(), KsStreamIo(), and KsSynchronousIoControlDevice().
LIST_ENTRY KSIOBJECT_HEADER::ItemList |
Definition at line 26 of file kstypes.h.
Referenced by IKsDevice_Create(), KsAllocateObjectHeader(), KsFreeObjectHeader(), and KspCreate().
LONG KSIOBJECT_HEADER::ItemListCount |
Definition at line 25 of file kstypes.h.
Referenced by KsAllocateObjectHeader().
UNICODE_STRING KSIOBJECT_HEADER::ObjectClass |
Definition at line 28 of file kstypes.h.
Referenced by KsAllocateObjectHeader(), and KsFreeObjectHeader().
PVOID KSIOBJECT_HEADER::ObjectType |
Definition at line 30 of file kstypes.h.
Referenced by ClockPropertyResolution(), ClockPropertyState(), IKsPin_Close(), IKsPin_DispatchDeviceIoControl(), IKsPin_PinAllocatorFramingPropertyHandler(), IKsPin_PinDataFormatPropertyHandler(), IKsPin_PinMasterClock(), IKsPin_PinStatePropertyHandler(), KsDefaultAddEventHandler(), KsGetFilterFromIrp(), KsGetObjectFromFileObject(), and KsGetPinFromIrp().
PKSOBJECT_CREATE_ITEM KSIOBJECT_HEADER::OriginalCreateItem |
Definition at line 40 of file kstypes.h.
Referenced by KsAllocateObjectHeader(), and KsQueryObjectCreateItem().
PDEVICE_OBJECT KSIOBJECT_HEADER::ParentDeviceObject |
Definition at line 35 of file kstypes.h.
Referenced by KsAllocateObjectHeader(), and KsSetPowerDispatch().
PVOID KSIOBJECT_HEADER::PowerContext |
Definition at line 38 of file kstypes.h.
Referenced by KsDefaultDispatchPower(), and KsSetPowerDispatch().
PFNKSCONTEXT_DISPATCH KSIOBJECT_HEADER::PowerDispatch |
Definition at line 37 of file kstypes.h.
Referenced by KsDefaultDispatchPower(), and KsSetPowerDispatch().
LIST_ENTRY KSIOBJECT_HEADER::PowerDispatchEntry |
Definition at line 39 of file kstypes.h.
Referenced by KsSetPowerDispatch().
PDEVICE_OBJECT KSIOBJECT_HEADER::TargetDevice |
Definition at line 32 of file kstypes.h.
Referenced by KsSetTargetDeviceObject().
LIST_ENTRY KSIOBJECT_HEADER::TargetDeviceListEntry |
Definition at line 33 of file kstypes.h.
Referenced by KsSetTargetDeviceObject().
KSOBJECTTYPE KSIOBJECT_HEADER::Type |
Definition at line 23 of file kstypes.h.
Referenced by IKsFilter_GetFilterFromIrp(), KsGetFilterFromIrp(), KsGetObjectTypeFromFileObject(), and KsGetObjectTypeFromIrp().
PUNKNOWN KSIOBJECT_HEADER::Unknown |
Definition at line 29 of file kstypes.h.
Referenced by IKsFilter_GetFilterFromIrp(), KsCreateDefaultAllocatorEx(), and KsFreeObjectHeader().