ReactOS 0.4.15-dev-7918-g2a2556c
untfs.c File Reference
#include <windef.h>
Include dependency graph for untfs.c:

Go to the source code of this file.

Functions

INT WINAPI DllMain (IN HINSTANCE hinstDLL, IN DWORD dwReason, IN LPVOID lpvReserved)
 

Function Documentation

◆ DllMain()

INT WINAPI DllMain ( IN HINSTANCE  hinstDLL,
IN DWORD  dwReason,
IN LPVOID  lpvReserved 
)

@DllMain

Core routine of the Utility Manager's library.

Parameters
[in]hDllInstanceThe entry point instance of the library.
[in]fdwReasonThe reason argument to indicate the motive DllMain is being called.
[in]lpvReservedReserved.
Returns
Returns TRUE when main call initialization has succeeded, FALSE otherwise.

Definition at line 12 of file untfs.c.

16{
17 UNREFERENCED_PARAMETER(hinstDLL);
20
21 return TRUE;
22}
DWORD dwReason
Definition: misc.cpp:154
#define TRUE
Definition: types.h:120
static IN DWORD IN LPVOID lpvReserved
#define UNREFERENCED_PARAMETER(P)
Definition: ntbasedef.h:317