ReactOS 0.4.15-dev-7953-g1f49173
dllinstall.c File Reference
#include <windef.h>
Include dependency graph for dllinstall.c:

Go to the source code of this file.

Functions

HRESULT WINAPI DllInstall (BOOL bInstall, PCWSTR pszCmdLine)
 

Function Documentation

◆ DllInstall()

HRESULT WINAPI DllInstall ( BOOL  bInstall,
PCWSTR  pszCmdLine 
)

Definition at line 5 of file dllinstall.c.

8{
9 return S_OK;
10}
#define S_OK
Definition: intsafe.h:52