diff --git a/_c_o_m_8h_source.html b/_c_o_m_8h_source.html
index bd9bc818..a097c446 100644
--- a/_c_o_m_8h_source.html
+++ b/_c_o_m_8h_source.html
@@ -1491,11 +1491,11 @@ $(function(){ initResizable(false); });
com_runtime_error(error_type num, const std::string &msg)
Constructs an exception.
Definition COM.h:36
com_runtime_error(error_type num, const char *msg=nullptr)
Constructs an exception.
Definition COM.h:45
Device context wrapper class.
Definition GDI.h:84
-Base abstract template class to support object handle keeping for objects that support trivial handle...
Definition Common.h:1133
-handle_type m_h
Object handle.
Definition Common.h:1122
-BSTR handle_type
Definition Common.h:875
-Numerical runtime error.
Definition Common.h:1327
-HRESULT error_type
Definition Common.h:1329
+Base abstract template class to support object handle keeping for objects that support trivial handle...
Definition Common.h:1137
+handle_type m_h
Object handle.
Definition Common.h:1126
+BSTR handle_type
Definition Common.h:879
+Numerical runtime error.
Definition Common.h:1331
+HRESULT error_type
Definition Common.h:1333
Context scope automatic SAFEARRAY (un)access.
Definition COM.h:1093
safearray_accessor(SAFEARRAY *psa)
Increments the lock count of an array, and retrieves a pointer to the array data.
Definition COM.h:1103
T HUGEP * data() const noexcept
Return SAFEARRAY data pointer.
Definition COM.h:1123
@@ -1578,14 +1578,14 @@ $(function(){ initResizable(false); });
#define WINSTD_NONCOPYABLE(C)
Declares a class as non-copyable.
Definition Common.h:67
#define WINSTD_NONMOVABLE(C)
Declares a class as non-movable.
Definition Common.h:75
#define WINSTD_DPLHANDLE_IMPL(C, T, INVAL)
Implements default constructors and operators to prevent their auto-generation by compiler.
Definition Common.h:176
-static const T invalid
Invalid handle value.
Definition Common.h:880
+static const T invalid
Invalid handle value.
Definition Common.h:884
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