diff --git a/_c_o_m_8h_source.html b/_c_o_m_8h_source.html
index 9fb46fab..77708229 100644
--- a/_c_o_m_8h_source.html
+++ b/_c_o_m_8h_source.html
@@ -818,12 +818,12 @@ $(function() {
COM runtime error.
Definition: COM.h:24
com_runtime_error(error_type num, const std::string &msg)
Constructs an exception.
Definition: COM.h:32
com_runtime_error(error_type num, const char *msg=nullptr)
Constructs an exception.
Definition: COM.h:42
-Base abstract template class to support object handle keeping for objects that support handle duplica...
Definition: Common.h:866
-T * handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:609
-handle_type m_h
Object handle.
Definition: Common.h:855
-void attach(handle_type h) noexcept
Sets a new object handle for the class.
Definition: Common.h:818
-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:865
+T * handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:608
+handle_type m_h
Object handle.
Definition: Common.h:854
+void attach(handle_type h) noexcept
Sets a new object handle for the class.
Definition: Common.h:817
+Numerical runtime error.
Definition: Common.h:1002
+HRESULT error_type
Error number type.
Definition: Common.h:1004
VARIANT struct wrapper.
Definition: COM.h:284
bool operator<=(const VARIANT &varSrc) const noexcept
Is variant less than or equal to?
Definition: COM.h:988
variant(bool bSrc) noexcept
Constructs VARIANT from bool.
Definition: COM.h:318
@@ -886,17 +886,17 @@ $(function() {
variant & operator=(IDispatch *pSrc)
Copy from IDispatch.
Definition: COM.h:737
variant & operator=(unsigned long *pnSrc) noexcept
Copy from unsigned long reference.
Definition: COM.h:841
variant & operator=(const VARIANT &varSrc)
Copy from another VARIANT.
Definition: COM.h:516
-#define WINSTD_NONCOPYABLE(C)
Declares a class as non-copyable.
Definition: Common.h:53
-#define WINSTD_NONMOVABLE(C)
Declares a class as non-movable.
Definition: Common.h:61
-#define WINSTD_DPLHANDLE_IMPL(C, INVAL)
Implements default constructors and operators to prevent their auto-generation by compiler.
Definition: Common.h:174
-static const T * invalid
Invalid handle value.
Definition: Common.h:614
+#define WINSTD_NONCOPYABLE(C)
Declares a class as non-copyable.
Definition: Common.h:52
+#define WINSTD_NONMOVABLE(C)
Declares a class as non-movable.
Definition: Common.h:60
+#define WINSTD_DPLHANDLE_IMPL(C, INVAL)
Implements default constructors and operators to prevent their auto-generation by compiler.
Definition: Common.h:173
+static const T * invalid
Invalid handle value.
Definition: Common.h:613
Deleter for unique_ptr using CoTaskMemFree.
Definition: COM.h:59
void operator()(_T *_Ptr) const
Delete a pointer.
Definition: COM.h:71
CoTaskMemFree_delete() noexcept
Default constructor.
Definition: COM.h:63