ReactOS 0.4.16-dev-2175-g9420ab7
reactos.c File Reference
#include <windef.h>
#include <winbase.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 5 of file reactos.c.

6{
7 return S_FALSE;
8}
#define S_FALSE
Definition: winerror.h:3451