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 @@ + + + TemplatewxAutoOleInterface< I > class Reference + + + +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  
+

wxAutoOleInterface< I > Class Template Reference

#include <wxactivex.h> +

+


Detailed Description

+

template<class I>
+ class wxAutoOleInterface< I >

+ +Template class for smart interface handling. +

+

+ +

+ +

+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

+


The documentation for this class was generated from the following file: +
Generated on Tue Apr 1 14:51:12 2003 for wxActiveX by + +doxygen1.3-rc3
+ +