diff --git a/_c_o_m_8h_source.html b/_c_o_m_8h_source.html
index 12ee9481..97935d52 100644
--- a/_c_o_m_8h_source.html
+++ b/_c_o_m_8h_source.html
@@ -213,7 +213,7 @@ $(document).ready(function() { init_codefold(0); });
-
+
@@ -1109,7 +1109,7 @@ $(document).ready(function() { init_codefold(0); });
void free_internal() noexcept override
Releases the object by decrementing reference counter.
Definition COM.h:173
com_obj(REFCLSID rclsid, LPUNKNOWN pUnkOuter, DWORD dwClsContext)
Creates a new instance of a class.
Definition COM.h:92
HRESULT query_interface(_Other **h) const
Queries the object for another interface.
Definition COM.h:144
-
handle_type duplicate_internal(handle_type h) const override
Duplicates the object by incrementing the reference counter.
Definition COM.h:187
+
T * duplicate_internal(T *h) const override
Duplicates the object by incrementing the reference counter.
Definition COM.h:187
HRESULT query_interface(com_obj< _Other > &h) const
Queries the object for another interface.
Definition COM.h:157
virtual ~com_obj()
Releases object.
Definition COM.h:132
com_obj(_Other *other)
Queries the object for another interface and creates new class with it.
Definition COM.h:108
@@ -1206,7 +1206,7 @@ $(document).ready(function() { init_codefold(0); });