diff --git a/_c_o_m_8h_source.html b/_c_o_m_8h_source.html
index 93f8a563..b22c240c 100644
--- a/_c_o_m_8h_source.html
+++ b/_c_o_m_8h_source.html
@@ -815,11 +815,11 @@ $(function() {
COM runtime error.
Definition: COM.h:26
com_runtime_error(error_type num, const std::string &msg)
Constructs an exception.
Definition: COM.h:34
com_runtime_error(error_type num, const char *msg=nullptr)
Constructs an exception.
Definition: COM.h:44
-Base abstract template class to support object handle keeping for objects that support trivial handle...
Definition: Common.h:869
-T * handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:612
-handle_type m_h
Object handle.
Definition: Common.h:858
-Numerical runtime error.
Definition: Common.h:1003
-HRESULT error_type
Error number type.
Definition: Common.h:1005
+Base abstract template class to support object handle keeping for objects that support trivial handle...
Definition: Common.h:677
+T * handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:420
+handle_type m_h
Object handle.
Definition: Common.h:666
+Numerical runtime error.
Definition: Common.h:811
+HRESULT error_type
Error number type.
Definition: Common.h:813
VARIANT struct wrapper.
Definition: COM.h:261
bool operator<=(const VARIANT &varSrc) const noexcept
Is variant less than or equal to?
Definition: COM.h:965
variant(bool bSrc) noexcept
Constructs VARIANT from bool.
Definition: COM.h:295
@@ -886,14 +886,14 @@ $(function() {
#define WINSTD_NONCOPYABLE(C)
Declares a class as non-copyable.
Definition: Common.h:66
#define WINSTD_NONMOVABLE(C)
Declares a class as non-movable.
Definition: Common.h:74
#define WINSTD_DPLHANDLE_IMPL(C, INVAL)
Implements default constructors and operators to prevent their auto-generation by compiler.
Definition: Common.h:175
-static const T * invalid
Invalid handle value.
Definition: Common.h:617
+static const T * invalid
Invalid handle value.
Definition: Common.h:425
Deleter for unique_ptr using CoTaskMemFree.
Definition: COM.h:58
void operator()(_T *_Ptr) const
Delete a pointer.
Definition: COM.h:70
CoTaskMemFree_delete() noexcept
Default constructor.
Definition: COM.h:62