|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "winerror.h"#include "windef.h"#include "winbase.h"#include "objbase.h"#include "rpcproxy.h"#include "wine/debug.h"#include "dplayx_global.h"
Go to the source code of this file.
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (dplay) | |
| BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) |
| HRESULT WINAPI | DllCanUnloadNow (void) |
| HRESULT WINAPI | DllRegisterServer (void) |
| HRESULT WINAPI | DllUnregisterServer (void) |
Variables | |
| static HINSTANCE | instance |
| DWORD | gdwDPlaySPRefCount = 0 |
Definition at line 105 of file dplayx_main.c.
Definition at line 77 of file dplayx_main.c.
Definition at line 121 of file dplayx_main.c.
Definition at line 129 of file dplayx_main.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | dplay | ) |
| DWORD gdwDPlaySPRefCount = 0 |
Definition at line 74 of file dplayx_main.c.
Referenced by DllCanUnloadNow().
|
static |
Definition at line 71 of file dplayx_main.c.
Referenced by DllMain(), DllRegisterServer(), and DllUnregisterServer().