|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | rep_list_str |
| struct | Registrar |
| struct | strbuf |
Macros | |
| #define | COBJMACROS |
Typedefs | |
| typedef struct rep_list_str | rep_list |
Variables | |
| struct { | |
| WCHAR name [22] | |
| HKEY key | |
| } | root_keys [] |
| static const IRegistrarVtbl | RegistrarVtbl |
| #define COBJMACROS |
Definition at line 19 of file registrar.c.
| typedef struct rep_list_str rep_list |
| HRESULT WINAPI AtlCreateRegistrar | ( | IRegistrar ** | ret | ) |
Definition at line 687 of file registrar.c.
Referenced by AtlUpdateRegistryFromResourceD(), and RegistrarCF_CreateInstance().
| HRESULT WINAPI AtlUpdateRegistryFromResourceD | ( | HINSTANCE | inst, |
| LPCOLESTR | res, | ||
| BOOL | bRegister, | ||
| struct _ATL_REGMAP_ENTRY * | pMapEntries, | ||
| IRegistrar * | pReg | ||
| ) |
Definition at line 706 of file registrar.c.
Referenced by AtlModuleUpdateRegistryFromResourceD().
Definition at line 141 of file registrar.c.
Referenced by string_register().
|
static |
Definition at line 184 of file registrar.c.
Referenced by do_process_key(), and do_process_root_key().
Definition at line 378 of file registrar.c.
Referenced by string_register().
Definition at line 491 of file registrar.c.
Referenced by Registrar_FileRegister(), and Registrar_FileUnregister().
Definition at line 102 of file registrar.c.
|
inlinestatic |
Definition at line 77 of file registrar.c.
Referenced by Registrar_AddRef(), Registrar_AddReplacement(), Registrar_ClearReplacements(), Registrar_FileRegister(), Registrar_FileUnregister(), Registrar_Release(), Registrar_ResourceRegister(), Registrar_ResourceRegisterSz(), Registrar_ResourceUnregister(), Registrar_ResourceUnregisterSz(), Registrar_StringRegister(), and Registrar_StringUnregister().
|
static |
Definition at line 540 of file registrar.c.
|
static |
Definition at line 561 of file registrar.c.
|
static |
Definition at line 585 of file registrar.c.
|
static |
Definition at line 624 of file registrar.c.
|
static |
Definition at line 631 of file registrar.c.
|
static |
Definition at line 526 of file registrar.c.
|
static |
Definition at line 548 of file registrar.c.
|
static |
Definition at line 652 of file registrar.c.
|
static |
Definition at line 608 of file registrar.c.
|
static |
Definition at line 660 of file registrar.c.
|
static |
Definition at line 616 of file registrar.c.
|
static |
Definition at line 638 of file registrar.c.
|
static |
Definition at line 645 of file registrar.c.
|
static |
Definition at line 449 of file registrar.c.
Referenced by Registrar_ResourceRegister(), Registrar_ResourceRegisterSz(), Registrar_ResourceUnregister(), and Registrar_ResourceUnregisterSz().
Definition at line 82 of file registrar.c.
Referenced by do_process_key(), do_process_root_key(), GetDocumentTitle(), parse_hhc(), parse_hhindex(), parse_index_sitemap_object(), parse_li(), parse_sitemap_object(), parse_ul(), SearchCHM_File(), and string_register().
Definition at line 89 of file registrar.c.
Referenced by do_preprocess(), do_process_key(), and get_word().
Definition at line 426 of file registrar.c.
Referenced by file_register(), Registrar_StringRegister(), Registrar_StringUnregister(), and resource_register().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | atl | ) |
Definition at line 33 of file registrar.c.
Referenced by test_registrar().
Definition at line 32 of file registrar.c.
Referenced by do_process_key().
|
static |
Definition at line 668 of file registrar.c.
Referenced by AtlCreateRegistrar().
| const struct { ... } root_keys[] |
Referenced by do_process_root_key(), and ATL::CRegObject::do_process_root_key().