ReactOS 0.4.16-dev-2332-g4cba65d
reactos.c File Reference
#include <windows.h>
Include dependency graph for reactos.c:

Go to the source code of this file.

Functions

HRESULT WINAPI DllCanUnloadNow (void)
 

Function Documentation

◆ DllCanUnloadNow()

HRESULT WINAPI DllCanUnloadNow ( void  )

Definition at line 3 of file reactos.c.

4{
5 return S_FALSE;
6}
#define S_FALSE
Definition: winerror.h:3451