ACE
6.1.0
|
The Win32 registry implementation of an internal section key. More...
#include <Configuration.h>
Public Member Functions | |
ACE_Section_Key_Win32 (HKEY hKey) | |
Constructor based on an HKEY. | |
Public Attributes | |
HKEY | hKey_ |
Protected Member Functions | |
virtual | ~ACE_Section_Key_Win32 (void) |
Destructor - invokes <RegCloseKey> | |
ACE_Section_Key_Win32 (const ACE_Section_Key_Win32 &rhs) | |
ACE_Section_Key_Win32 & | operator= (const ACE_Section_Key_Win32 &rhs) |
The Win32 registry implementation of an internal section key.
Holds the HKEY for a section (registry key).
ACE_Section_Key_Win32::ACE_Section_Key_Win32 | ( | HKEY | hKey | ) |
Constructor based on an HKEY.
ACE_Section_Key_Win32::~ACE_Section_Key_Win32 | ( | void | ) | [protected, virtual] |
Destructor - invokes <RegCloseKey>
ACE_Section_Key_Win32::ACE_Section_Key_Win32 | ( | const ACE_Section_Key_Win32 & | rhs | ) | [protected] |
ACE_Section_Key_Win32& ACE_Section_Key_Win32::operator= | ( | const ACE_Section_Key_Win32 & | rhs | ) | [protected] |