ReactOS 0.4.16-dev-109-gf4cb10f
|
#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 61 of file qmgr_main.c.
Definition at line 66 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().