ReactOS 0.4.15-dev-7842-g558ab78
dll.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/dll.cpp
5 * PURPOSE: portcls generic dispatcher
6 * PROGRAMMER: Andrew Greenwood
7 */
8
9#include "private.hpp"
10
11#define NDEBUG
12#include <debug.h>
13
14extern
15"C"
19{
20 return 0;
21}
22
23extern
24"C"
25{
29{
30 return 0;
31}
32}
ULONG NTAPI DllInitialize(ULONG Unknown)
Definition: dll.cpp:18
ULONG NTAPI DllUnload()
Definition: dll.cpp:28
@ Unknown
Definition: i8042prt.h:114
#define NTAPI
Definition: typedefs.h:36
uint32_t ULONG
Definition: typedefs.h:59