ReactOS 0.4.15-dev-7958-gcd0bb1a
ucdfs.c
Go to the documentation of this file.
1/*
2 * PROJECT: CDFS File System Management
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: DLL Initialization
5 * COPYRIGHT: Copyright 2017 Colin Finck <colin@reactos.org>
6 */
7
8#include <windef.h>
9
14{
15 UNREFERENCED_PARAMETER(hinstDLL);
18
19 return TRUE;
20}
DWORD dwReason
Definition: misc.cpp:154
#define TRUE
Definition: types.h:120
unsigned long DWORD
Definition: ntddk_ex.h:95
static IN DWORD IN LPVOID lpvReserved
#define UNREFERENCED_PARAMETER(P)
Definition: ntbasedef.h:317
int32_t INT
Definition: typedefs.h:58
#define IN
Definition: typedefs.h:39
INT WINAPI DllMain(IN HINSTANCE hinstDLL, IN DWORD dwReason, IN LPVOID lpvReserved)
Definition: ucdfs.c:11
#define WINAPI
Definition: msvc.h:6