#include <stdio.h>
#include "objbase.h"
#include "winuser.h"
#include "winreg.h"
#include "advpub.h"
#include "olectl.h"
#include "winsvc.h"
#include "bits.h"
#include "qmgr.h"
#include "initguid.h"
#include "wine/debug.h"
Go to the source code of this file.
Defines |
| #define | CLSID_EXPANSION_ENTRY(id) { "CLSID_" #id, &CLSID_ ## id } |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (qmgr) |
| | DEFINE_GUID (CLSID_BackgroundCopyQMgr, 0x69AD4AEE, 0x51BE, 0x439b, 0xA9, 0x2C, 0x86, 0xAE, 0x49, 0x0E, 0x8B, 0x30) |
| BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) |
| static HRESULT | init_register_strtable (STRTABLEA *strtable) |
| static void | cleanup_register_strtable (STRTABLEA *strtable) |
| static HRESULT | register_service (BOOL do_register) |
| static HRESULT | register_server (BOOL do_register) |
| HRESULT WINAPI | DllRegisterServer (void) |
| HRESULT WINAPI | DllUnregisterServer (void) |
Variables |
| static HINSTANCE | hInst |