ReactOS 0.4.15-dev-7924-g5949c20
miniport_fmsynth.cpp
Go to the documentation of this file.
1/*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS Kernel Streaming
4 * FILE: drivers/wdm/audio/backpln/portcls/miniport_fmsynth.cpp
5 * PURPOSE: Miniport FM Synth
6 * PROGRAMMER: Johannes Anderwald
7 */
8
9#include "private.hpp"
10
12 OUT PMINIPORT* OutMiniport,
13 IN REFCLSID ClassId)
14{
16}
LONG NTSTATUS
Definition: precomp.h:26
NTSTATUS NewMiniportFmSynth(OUT PMINIPORT *OutMiniport, IN REFCLSID ClassId)
#define REFCLSID
Definition: guiddef.h:117
#define IN
Definition: typedefs.h:39
#define OUT
Definition: typedefs.h:40
#define STATUS_UNSUCCESSFUL
Definition: udferr_usr.h:132