ReactOS 0.4.15-dev-7924-g5949c20
dllinstall.c
Go to the documentation of this file.
1#include <windef.h>
2
6 BOOL bInstall,
7 PCWSTR pszCmdLine)
8{
9 return S_OK;
10}
HRESULT WINAPI DllInstall(BOOL bInstall, PCWSTR pszCmdLine)
Definition: dllinstall.c:5
unsigned int BOOL
Definition: ntddk_ex.h:94
#define S_OK
Definition: intsafe.h:52
const uint16_t * PCWSTR
Definition: typedefs.h:57
#define WINAPI
Definition: msvc.h:6