NAME

ACE_Predefined_Naming_Contexts - A factory for predefined registries, which exist by default on Win32 platforms

SYNOPSIS

#include <ace/Registry.h>

class ACE_Predefined_Naming_Contexts { public: static int connect ( ACE_Registry::Naming_Context &naming_context, HKEY predefined = HKEY_LOCAL_MACHINE, LPCTSTR machine_name = 0 ); private: static int is_local_host (LPCTSTR machine_name); };

DESCRIPTION

This factory can connect to both local and remote predefined registries.

PUBLIC MEMBERS

static int connect (
    ACE_Registry::Naming_Context &naming_context,
    HKEY predefined = HKEY_LOCAL_MACHINE,
    LPCTSTR machine_name = 0
    );

PRIVATE MEMBERS

static int is_local_host (LPCTSTR machine_name);

AUTHOR

Irfan Pyarali (irfan@cs.wustl.edu)

LIBRARY

ace