X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/13baae2c95ae2e0eb01736b7d1fac6be4a2e6a3f..b7c75283f2144469e8fa6a24ca285b42fab69a6b:/wxPython/contrib/activex/wxie/doxydoc/classwxAutoOleInterface.html diff --git a/wxPython/contrib/activex/wxie/doxydoc/classwxAutoOleInterface.html b/wxPython/contrib/activex/wxie/doxydoc/classwxAutoOleInterface.html new file mode 100644 index 0000000000..20a553c1ba --- /dev/null +++ b/wxPython/contrib/activex/wxie/doxydoc/classwxAutoOleInterface.html @@ -0,0 +1,79 @@ + +
+#include <wxactivex.h>
++
+
+ +
+Definition at line 45 of file wxactivex.h.
Public Member Functions | |
+ | wxAutoOleInterface (I *pInterface=NULL) |
takes ownership of an existing interface Assumed to already have a AddRef() applied | |
+ | wxAutoOleInterface (REFIID riid, IUnknown *pUnk) |
queries for an interface | |
+ | wxAutoOleInterface (REFIID riid, IDispatch *pDispatch) |
queries for an interface | |
+ | wxAutoOleInterface (REFCLSID clsid, REFIID riid) |
Creates an Interface. | |
+ | wxAutoOleInterface (const wxAutoOleInterface< I > &ti) |
copy constructor | |
+wxAutoOleInterface< I > & | operator= (const wxAutoOleInterface< I > &ti) |
assignment operator | |
+wxAutoOleInterface< I > & | operator= (I *&ti) |
takes ownership of an existing interface Assumed to already have a AddRef() applied | |
+ | ~wxAutoOleInterface () |
invokes Free() | |
+void | Free () |
Releases interface (i.e decrements refCount). | |
+HRESULT | QueryInterface (REFIID riid, IUnknown *pUnk) |
queries for an interface | |
+HRESULT | CreateInstance (REFCLSID clsid, REFIID riid) |
Create a Interface instance. | |
+ | operator I * () const |
returns the interface pointer | |
+I * | operator-> () |
returns the dereferenced interface pointer | |
+I ** | GetRef () |
returns a pointer to the interface pointer | |
+bool | Ok () const |
returns true if we have a valid interface pointer |