ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
VOID DumpAutomationTable | ( | IN PPCAUTOMATION_TABLE | AutomationTable, |
IN LPCWSTR | DebugPrefix, | ||
IN LPCWSTR | DebugIndentation | ||
) |
Definition at line 513 of file undoc.cpp.
Referenced by DumpFilterDescriptor().
VOID DumpFilterDescriptor | ( | IN PPCFILTER_DESCRIPTOR | FilterDescription | ) |
Definition at line 625 of file undoc.cpp.
IIrpTarget *NTAPI KsoGetIrpTargetFromFileObject | ( | PFILE_OBJECT | FileObject | ) |
Definition at line 37 of file undoc.cpp.
NTSTATUS PcAddToEventTable | ( | PVOID | Ptr, |
LONG | Unknown2, | ||
ULONG | Length, | ||
LONG | Unknown3, | ||
LONG | Unknown4, | ||
LONG | Unknown5, | ||
LONG | Unknown6, | ||
LONG | Unknown7 | ||
) |
NTSTATUS PcAddToPropertyTable | ( | IN PSUBDEVICE_DESCRIPTOR | SubDeviceDescriptor, |
IN PPCPROPERTY_ITEM | PropertyItem, | ||
IN ULONG | bNode | ||
) |
Definition at line 306 of file undoc.cpp.
Referenced by PcCreateSubdeviceDescriptor().
NTSTATUS NTAPI PcCreateSubdeviceDescriptor | ( | OUT SUBDEVICE_DESCRIPTOR ** | OutSubdeviceDescriptor, |
IN ULONG | InterfaceCount, | ||
IN GUID * | InterfaceGuids, | ||
IN ULONG | IdentifierCount, | ||
IN KSIDENTIFIER * | Identifier, | ||
IN ULONG | FilterPropertiesCount, | ||
IN KSPROPERTY_SET * | FilterProperties, | ||
IN ULONG | Unknown1, | ||
IN ULONG | Unknown2, | ||
IN ULONG | PinPropertiesCount, | ||
IN KSPROPERTY_SET * | PinProperties, | ||
IN ULONG | EventSetCount, | ||
IN KSEVENT_SET * | EventSet, | ||
IN PPCFILTER_DESCRIPTOR | FilterDescription | ||
) |
Definition at line 717 of file undoc.cpp.
Definition at line 64 of file undoc.cpp.
Definition at line 51 of file undoc.cpp.
NTSTATUS NTAPI PcHandlePropertyWithTable | ( | IN PIRP | Irp, |
IN ULONG | PropertySetCount, | ||
IN PKSPROPERTY_SET | PropertySet, | ||
IN PSUBDEVICE_DESCRIPTOR | SubDeviceDescriptor | ||
) |
Definition at line 78 of file undoc.cpp.
Referenced by CPortPinWavePci::HandleKsProperty().
NTSTATUS NTAPI PcValidateConnectRequest | ( | IN PIRP | Irp, |
IN KSPIN_FACTORY * | Factory, | ||
OUT PKSPIN_CONNECT * | Connect | ||
) |
Definition at line 985 of file undoc.cpp.
Definition at line 130 of file undoc.cpp.
Referenced by PcAddToPropertyTable().