ReactOS 0.4.15-dev-7942-gd23573b
dll.c
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/legacy/stream/dll.c
5 * PURPOSE: kernel mode driver initialization
6 * PROGRAMMER: Johannes Anderwald
7 */
8
9
10#include "stream.h"
11
12/*
13 * @implemented
14 */
18{
19 return 0;
20}
21
22/*
23 * @implemented
24 */
28{
29 return 0;
30}
ULONG NTAPI DllUnload()
Definition: dll.cpp:28
ULONG NTAPI DllInitialize(ULONG Unknown)
Definition: dll.c:17
@ Unknown
Definition: i8042prt.h:114
Console I/O streams.
#define NTAPI
Definition: typedefs.h:36
uint32_t ULONG
Definition: typedefs.h:59