ReactOS 0.4.15-dev-8614-gbc76250
|
#include "config.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "ole2.h"
#include "rpcproxy.h"
#include "atliface.h"
Go to the source code of this file.
Classes | |
struct | reg_info |
Macros | |
#define | COBJMACROS |
#define | ATL_INITGUID |
Functions | |
static | HRESULT (WINAPI *pAtlCreateRegistrar)(IRegistrar **) |
static IRegistrar * | create_registrar (HMODULE inst, struct reg_info *info) |
static BOOL CALLBACK | register_resource (HMODULE module, LPCWSTR type, LPWSTR name, LONG_PTR arg) |
HRESULT | __wine_register_resources (HMODULE module) |
HRESULT | __wine_unregister_resources (HMODULE module) |
Variables | |
static const WCHAR | atl100W [] = {'a','t','l','1','0','0','.','d','l','l',0} |
static const WCHAR | regtypeW [] = {'W','I','N','E','_','R','E','G','I','S','T','R','Y',0} |
static const WCHAR | moduleW [] = {'M','O','D','U','L','E',0} |
static HMODULE | atl100 |
#define ATL_INITGUID |
Definition at line 25 of file register.c.
#define COBJMACROS |
Definition at line 24 of file register.c.
Definition at line 98 of file register.c.
Referenced by DllRegisterServer(), and RegisterTypeLibraries().
|
static |
Definition at line 47 of file register.c.
Referenced by register_resource().
|
static |
Definition at line 70 of file register.c.
Referenced by __wine_register_resources(), and __wine_unregister_resources().
|
static |
Definition at line 44 of file register.c.
Referenced by create_registrar().
Definition at line 33 of file register.c.
Referenced by create_registrar().
Definition at line 35 of file register.c.
Referenced by AtlUpdateRegistryFromResourceD(), and create_registrar().