ReactOS 0.4.15-dev-6068-g8061a6f
|
Go to the source code of this file.
Classes | |
class | CPortTopology |
Macros | |
#define | NDEBUG |
Functions | |
DEFINE_KSPROPERTY_TOPOLOGYSET (PortFilterTopologyTopologySet, TopologyPropertyHandler) | |
DEFINE_KSPROPERTY_PINPROPOSEDATAFORMAT (PortFilterTopologyPinSet, PinPropertyHandler, PinPropertyHandler, PinPropertyHandler) | |
NTSTATUS NTAPI | PcCreatePinDispatch (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
NTSTATUS NTAPI | PcCreateItemDispatch (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
NTSTATUS | NewPortTopology (OUT PPORT *OutPort) |
PMINIPORTTOPOLOGY | GetTopologyMiniport (PPORTTOPOLOGY Port) |
Variables | |
static GUID | InterfaceGuids [2] |
KSPROPERTY_SET | TopologyPropertySet [] |
#define NDEBUG |
Definition at line 12 of file port_topology.cpp.
DEFINE_KSPROPERTY_PINPROPOSEDATAFORMAT | ( | PortFilterTopologyPinSet | , |
PinPropertyHandler | , | ||
PinPropertyHandler | , | ||
PinPropertyHandler | |||
) |
DEFINE_KSPROPERTY_TOPOLOGYSET | ( | PortFilterTopologyTopologySet | , |
TopologyPropertyHandler | |||
) |
PMINIPORTTOPOLOGY GetTopologyMiniport | ( | PPORTTOPOLOGY | Port | ) |
Definition at line 599 of file port_topology.cpp.
Definition at line 576 of file port_topology.cpp.
Referenced by PcNewPort().
Definition at line 500 of file port_topology.cpp.
Referenced by PcRegisterSubdevice().
Definition at line 437 of file port_topology.cpp.
Referenced by PcCreateItemDispatch().
|
static |
Definition at line 44 of file port_topology.cpp.
KSPROPERTY_SET TopologyPropertySet[] |
Definition at line 59 of file port_topology.cpp.