|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdio.h>#include "objbase.h"#include "winuser.h"#include "winreg.h"#include "advpub.h"#include "olectl.h"#include "rpcproxy.h"#include "winsvc.h"#include "qmgr.h"#include "wine/debug.h"
Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (qmgr) | |
| BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) |
| HRESULT WINAPI | DllRegisterServer (void) |
| HRESULT WINAPI | DllUnregisterServer (void) |
Variables | |
| static HINSTANCE | hInst |
| #define COBJMACROS |
Definition at line 26 of file qmgr_main.c.
Definition at line 44 of file qmgr_main.c.
Definition at line 63 of file qmgr_main.c.
Definition at line 68 of file qmgr_main.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | qmgr | ) |
|
static |
Definition at line 41 of file qmgr_main.c.
Referenced by DllMain(), DllRegisterServer(), and DllUnregisterServer().