ReactOS 0.4.15-dev-7842-g558ab78
pin_dmus.cpp File Reference
#include "private.hpp"
#include <debug.h>
Include dependency graph for pin_dmus.cpp:

Go to the source code of this file.

Classes

class  CPortPinDMus
 
struct  DMUS_KERNEL_EVENT_WITH_TAG
 
struct  SETSTREAM_CONTEXT
 

Macros

#define NDEBUG
 

Typedefs

typedef struct DMUS_KERNEL_EVENT_WITH_TAGPDMUS_KERNEL_EVENT_WITH_TAG
 
typedef struct SETSTREAM_CONTEXTPSETSTREAM_CONTEXT
 

Functions

NTSTATUS NewPortPinDMus (OUT IPortPinDMus **OutPin)
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 11 of file pin_dmus.cpp.

Typedef Documentation

◆ PDMUS_KERNEL_EVENT_WITH_TAG

◆ PSETSTREAM_CONTEXT

Function Documentation

◆ NewPortPinDMus()

NTSTATUS NewPortPinDMus ( OUT IPortPinDMus **  OutPin)

Definition at line 606 of file pin_dmus.cpp.

608{
610
612 if (!This)
614
615 This->AddRef();
616
617 // store result
618 *OutPin = (IPortPinDMus*)This;
619
620 return STATUS_SUCCESS;
621}
#define NULL
Definition: types.h:112
#define NonPagedPool
Definition: env_spec_w32.h:307
#define TAG_PORTCLASS
Definition: private.hpp:24
#define STATUS_SUCCESS
Definition: shellext.h:65
#define STATUS_INSUFFICIENT_RESOURCES
Definition: udferr_usr.h:158