ReactOS 0.4.16-dev-320-g3bd9ddc
|
#include <statreg.h>
Classes | |
struct | rep_list_str |
struct | strbuf |
Public Types | |
typedef struct ATL::CRegObject::rep_list_str | rep_list |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Public Attributes | |
rep_list * | m_rep |
Protected Member Functions | |
HRESULT STDMETHODCALLTYPE | RegisterWithResource (LPCOLESTR resFileName, LPCOLESTR szID, LPCOLESTR szType, BOOL doRegister) |
HRESULT STDMETHODCALLTYPE | RegisterWithFile (LPCOLESTR fileName, BOOL doRegister) |
HRESULT STDMETHODCALLTYPE | RegisterWithString (LPCOLESTR data, BOOL doRegister) |
Private Member Functions | |
LONG | RegDeleteTreeX (HKEY parentKey, LPCWSTR subKeyName) |
HRESULT | strbuf_init (strbuf *buf) |
HRESULT | strbuf_write (LPCOLESTR str, strbuf *buf, int len) |
HRESULT | file_register (LPCOLESTR fileName, BOOL do_register) |
HRESULT | resource_register (LPCOLESTR resFileName, LPCOLESTR szID, LPCOLESTR szType, BOOL do_register) |
HRESULT | string_register (LPCOLESTR data, BOOL do_register) |
HRESULT | do_preprocess (LPCOLESTR data, strbuf *buf) |
HRESULT | get_word (LPCOLESTR *str, strbuf *buf) |
unsigned int | HexToBin (OLECHAR a) |
HRESULT | do_process_key (LPCOLESTR *pstr, HKEY parent_key, strbuf *buf, BOOL do_register) |
HRESULT | do_process_root_key (LPCOLESTR data, BOOL do_register) |
|
inline |
Definition at line 60 of file statreg.h.
|
inline |
|
inlinevirtual |
Implements IRegistrarBase.
Definition at line 87 of file statreg.h.
Referenced by ATL::CAtlModule::CommonInitRegistrar().
|
inlinevirtual |
Implements IRegistrarBase.
Definition at line 121 of file statreg.h.
Referenced by ~CRegObject().
Definition at line 366 of file statreg.h.
Referenced by string_register().
|
inlineprivate |
Definition at line 486 of file statreg.h.
Referenced by do_process_key(), and do_process_root_key().
Definition at line 692 of file statreg.h.
Referenced by string_register().
Definition at line 253 of file statreg.h.
Referenced by RegisterWithFile().
|
inline |
Definition at line 150 of file statreg.h.
|
inline |
Definition at line 420 of file statreg.h.
|
inline |
Definition at line 197 of file statreg.h.
Referenced by do_process_key(), and RegDeleteTreeX().
|
inlineprotected |
Definition at line 186 of file statreg.h.
Referenced by FileRegister(), and FileUnregister().
|
inlineprotected |
Definition at line 181 of file statreg.h.
Referenced by ResourceRegisterSz(), and ResourceUnregisterSz().
|
inlineprotected |
Definition at line 191 of file statreg.h.
Referenced by StringRegister(), and StringUnregister().
|
inline |
|
inlineprivate |
Definition at line 302 of file statreg.h.
Referenced by RegisterWithResource().
|
inline |
Definition at line 170 of file statreg.h.
Referenced by ATL::CAtlModule::UpdateRegistryFromResource().
|
inline |
Definition at line 140 of file statreg.h.
Referenced by ResourceRegister(), and ATL::CAtlModule::UpdateRegistryFromResource().
|
inline |
Definition at line 175 of file statreg.h.
Referenced by ATL::CAtlModule::UpdateRegistryFromResource().
|
inline |
Definition at line 145 of file statreg.h.
Referenced by ResourceUnregister(), and ATL::CAtlModule::UpdateRegistryFromResource().
Definition at line 222 of file statreg.h.
Referenced by do_process_key(), do_process_root_key(), and string_register().
Definition at line 232 of file statreg.h.
Referenced by do_preprocess(), do_process_key(), and get_word().
Definition at line 346 of file statreg.h.
Referenced by file_register(), RegisterWithString(), and resource_register().
|
inline |
Definition at line 160 of file statreg.h.
|
inline |
rep_list* ATL::CRegObject::m_rep |
Definition at line 52 of file statreg.h.
Referenced by AddReplacement(), ClearReplacements(), CRegObject(), and do_preprocess().