diff --git a/_c_o_m_8h_source.html b/_c_o_m_8h_source.html
index 744cde68..18911a75 100644
--- a/_c_o_m_8h_source.html
+++ b/_c_o_m_8h_source.html
@@ -797,6 +797,16 @@ $(function() {
+
+
+
+
+ 1093 HRESULT hr =
CoGetObject(pszName, pBindOptions, riid, (LPVOID*)&ppv);
+
+
+
+
+
BSTR string wrapper.
Definition: COM.h:179
bstr(LPCOLESTR src) noexcept
Constructs BSTR from OLE string.
Definition: COM.h:186
virtual ~bstr()
Destroys the string.
Definition: COM.h:213
@@ -889,6 +899,7 @@ $(function() {
variant & operator=(IDispatch *pSrc)
Copy from IDispatch.
Definition: COM.h:714
variant & operator=(unsigned long *pnSrc) noexcept
Copy from unsigned long reference.
Definition: COM.h:818
variant & operator=(const VARIANT &varSrc)
Copy from another VARIANT.
Definition: COM.h:493
+static _Check_return_ HRESULT CoGetObject(LPCWSTR pszName, BIND_OPTS *pBindOptions, REFIID riid, winstd::com_obj< T > &v)
Converts a display name into a moniker that identifies the object named, and then binds to the object...
Definition: COM.h:1090
static _Check_return_ HRESULT CoCreateInstance(REFCLSID rclsid, LPUNKNOWN pUnkOuter, DWORD dwClsContext, winstd::com_obj< T > &v)
Creates and default-initializes a single object of the class associated with a specified CLSID.
Definition: COM.h:1075
#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
@@ -900,7 +911,7 @@ $(function() {