OpenVPN 3 Core Library
|
#include <windows.h>
#include <string>
#include <openvpn/win/winerr.hpp>
#include <openvpn/common/size.hpp>
Go to the source code of this file.
Classes | |
class | openvpn::Win::Reg |
Abstraction of Windows Registry operations. More... | |
class | openvpn::Win::Reg::Key |
Wrapper class for a Registry key handle. More... | |
class | openvpn::Win::Reg::KeyEnumerator |
Wrapper for Registry subkey enumeration. More... | |
Namespaces | |
namespace | openvpn |
Support deferred server-side state creation when client connects. | |
namespace | openvpn::Win |
Functions | |
template<typename E > | |
static void | openvpn::Win::check_reg_error (DWORD status, const std::string &key) |