#include "private.hpp"
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ PcNewPort()
Definition at line 17 of file port.cpp.
20{
23
24 DPRINT(
"PcNewPort entered\n");
25
27
28 if (!OutPort)
29 {
30 DPRINT(
"PcNewPort was supplied a NULL OutPort parameter\n");
32 }
33
46 else
47 {
48
50 {
53 }
54
57 }
59
61}
#define STATUS_NOT_SUPPORTED
NTSYSAPI NTSTATUS WINAPI RtlStringFromGUID(REFGUID, PUNICODE_STRING)
NTSYSAPI VOID NTAPI RtlFreeUnicodeString(PUNICODE_STRING UnicodeString)
NTSTATUS NewPortDMus(OUT PPORT *OutPort)
NTSTATUS NewPortTopology(OUT PPORT *OutPort)
NTSTATUS NewPortWaveCyclic(OUT PPORT *OutPort)
NTSTATUS NewPortWavePci(OUT PPORT *OutPort)
NTSTATUS NewPortWaveRT(OUT PPORT *OutPort)
#define PC_ASSERT_IRQL_EQUAL(x)
#define STATUS_INVALID_PARAMETER
#define IsEqualGUIDAligned(guid1, guid2)
Referenced by InstallSubdevice(), and StartDevice().