ReactOS 0.4.16-dev-297-gc569aee
|
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 11 of file port_topology.cpp.
DEFINE_KSPROPERTY_PINPROPOSEDATAFORMAT | ( | PortFilterTopologyPinSet | , |
PinPropertyHandler | , | ||
PinPropertyHandler | , | ||
PinPropertyHandler | |||
) |
DEFINE_KSPROPERTY_TOPOLOGYSET | ( | PortFilterTopologyTopologySet | , |
TopologyPropertyHandler | |||
) |
PMINIPORTTOPOLOGY GetTopologyMiniport | ( | PPORTTOPOLOGY | Port | ) |
Definition at line 587 of file port_topology.cpp.
Definition at line 565 of file port_topology.cpp.
Referenced by PcNewPort().
Definition at line 491 of file port_topology.cpp.
Referenced by PcRegisterSubdevice().
Definition at line 429 of file port_topology.cpp.
Referenced by PcCreateItemDispatch().
|
static |
Definition at line 41 of file port_topology.cpp.
KSPROPERTY_SET TopologyPropertySet[] |
Definition at line 56 of file port_topology.cpp.