|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "objbase.h"#include "rpcproxy.h"
Go to the source code of this file.
Functions | |
| HRESULT WINAPI | DllCanUnloadNow (void) |
| BOOL WINAPI | DllMain (HINSTANCE hinstance, DWORD reason, LPVOID reserved) |
| HRESULT WINAPI | DllRegisterServer (void) |
| HRESULT WINAPI | DllUnregisterServer (void) |
Variables | |
| static HINSTANCE | instance |
Definition at line 34 of file main.c.