OpenVPN 3 Core Library
|
#include <windows.h>
#include <string>
#include <openvpn/common/exception.hpp>
#include <openvpn/common/wstring.hpp>
#include <openvpn/time/timestr.hpp>
#include <openvpn/win/winerr.hpp>
#include <openvpn/win/secattr.hpp>
#include <openvpn/win/scoped_handle.hpp>
Go to the source code of this file.
Namespaces | |
namespace | openvpn |
Support deferred server-side state creation when client connects. | |
namespace | openvpn::Win |
namespace | openvpn::Win::LogUtil |
Functions | |
void | openvpn::Win::LogUtil::log (const HANDLE file, const std::string &str) |
ScopedHANDLE | openvpn::Win::LogUtil::create_file (const std::string &fn, const std::string &sddl_string, bool append) |