ReactOS
0.4.15-dev-1647-g91fceab
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
*/
15
ULONG
16
NTAPI
17
DllInitialize
(
ULONG
Unknown
)
18
{
19
return
0;
20
}
21
22
/*
23
* @implemented
24
*/
25
ULONG
26
NTAPI
27
DllUnload
(
VOID
)
28
{
29
return
0;
30
}
DllUnload
ULONG NTAPI DllUnload(VOID)
Definition:
dll.c:27
NTAPI
NTSTATUS(* NTAPI)(IN PFILE_FULL_EA_INFORMATION EaBuffer, IN ULONG EaLength, OUT PULONG ErrorOffset)
Definition:
IoEaTest.cpp:117
Unknown
Definition:
i8042prt.h:114
stream.h
DllInitialize
ULONG NTAPI DllInitialize(ULONG Unknown)
Definition:
dll.c:17
ULONG
unsigned int ULONG
Definition:
retypes.h:1
void
Definition:
nsiface.idl:2306
drivers
wdm
audio
legacy
stream
dll.c
Generated on Wed Jan 27 2021 06:06:10 for ReactOS by
1.8.15