#include <Registry.h>
Static Public Methods | |
int | connect (ACE_Registry::Naming_Context &naming_context, HKEY predefined=HKEY_LOCAL_MACHINE, const ACE_TCHAR *machine_name=0) |
Static Private Methods | |
int | is_local_host (const ACE_TCHAR *machine_name) |
Check if <machine_name> is the local host. |
This factory can connect to both local and remote predefined registries.
|
Factory method for connecting to predefined registries. This method works for both remote and local machines. However, for remote machines, HKEY_CLASSES_ROOT and HKEY_CURRENT_USER types are not allowed |
|
Check if <machine_name> is the local host.
|