ReactOS 0.4.15-dev-7953-g1f49173
drm_port.cpp File Reference
#include "private.hpp"
#include <debug.h>
Include dependency graph for drm_port.cpp:

Go to the source code of this file.

Classes

class  CDrmPort2
 

Macros

#define NDEBUG
 

Functions

NTSTATUS NewIDrmPort (OUT PDRMPORT2 *OutPort)
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 11 of file drm_port.cpp.

Function Documentation

◆ NewIDrmPort()

NTSTATUS NewIDrmPort ( OUT PDRMPORT2 OutPort)

Definition at line 122 of file drm_port.cpp.

124{
126 if (!This)
128
129 This->AddRef();
130
131 *OutPort = (PDRMPORT2)This;
132 return STATUS_SUCCESS;
133}
#define NULL
Definition: types.h:112
#define NonPagedPool
Definition: env_spec_w32.h:307
IDrmPort2 * PDRMPORT2
Definition: portcls.h:2228
#define TAG_PORTCLASS
Definition: private.hpp:24
#define STATUS_SUCCESS
Definition: shellext.h:65
#define STATUS_INSUFFICIENT_RESOURCES
Definition: udferr_usr.h:158

Referenced by CPortDMus::QueryInterface(), CPortTopology::QueryInterface(), CPortWaveCyclic::QueryInterface(), CPortWavePci::QueryInterface(), and CPortWaveRT::QueryInterface().