ReactOS 0.4.15-dev-7934-g1dc8d80
version.cpp File Reference
#include "private.hpp"
#include <debug.h>
Include dependency graph for version.cpp:

Go to the source code of this file.

Classes

class  CPortClsVersion
 

Macros

#define NDEBUG
 

Functions

NTSTATUS NewPortClsVersion (OUT PPORTCLSVERSION *OutVersion)
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 11 of file version.cpp.

Function Documentation

◆ NewPortClsVersion()

NTSTATUS NewPortClsVersion ( OUT PPORTCLSVERSION OutVersion)

Definition at line 66 of file version.cpp.

68{
70
71 if (!This)
73
74 This->AddRef();
75
76 *OutVersion = (PPORTCLSVERSION)This;
77
78 return STATUS_SUCCESS;
79}
#define NULL
Definition: types.h:112
#define NonPagedPool
Definition: env_spec_w32.h:307
IPortClsVersion * PPORTCLSVERSION
Definition: portcls.h:2263
#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().