Uses of Class
com.jniwrapper.win32.com.ComException

Packages that use ComException
com.jniwrapper.win32.automation This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation. 
com.jniwrapper.win32.automation.impl The com.jniwrapper.win32.automation.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.automation package. 
com.jniwrapper.win32.automation.types The com.jniwrapper.win32.automation.types package contains various Automation types wrappers, such as Variant, BStr, SafeArray and other. 
com.jniwrapper.win32.com The com.jniwrapper.win32.com package contains a number of standard COM interfaces wrappers. 
com.jniwrapper.win32.com.impl The com.jniwrapper.win32.com.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.com package. 
com.jniwrapper.win32.com.server The com.jniwrapper.win32.com.server package contains VTBL classes for COM interfaces introduced in the com.jniwrapper.win32.com package. 
com.jniwrapper.win32.com.types The com.jniwrapper.win32.com.types package contains Java wrappers for native structures and types, which are commonly used in COM. 
com.jniwrapper.win32.mshtml The com.jniwrapper.win32.mshtml package contains a number of commonly used interfaces from the MSHTML library. 
com.jniwrapper.win32.mshtml.impl The com.jniwrapper.win32.mshtml.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.mshtml package. 
com.jniwrapper.win32.ole The com.jniwrapper.win32.mshtml package contains a number of interfaces that are used in the OLE technology. 
com.jniwrapper.win32.ole.impl The com.jniwrapper.win32.ole.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.ole package. 
com.jniwrapper.win32.stg The com.jniwrapper.win32.stg package contains a number of commonly used interfaces from the Structured Storage API. 
com.jniwrapper.win32.stg.impl The com.jniwrapper.win32.stg.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.stg package. 
 

Uses of ComException in com.jniwrapper.win32.automation
 

Subclasses of ComException in com.jniwrapper.win32.automation
 class AutomationException
          This exception class is used for indicating errors occurred in the COM object during atomation.
 

Methods in com.jniwrapper.win32.automation that throw ComException
 void OleClientSiteImpl.activateMe(IOleDocumentView pViewToActivate)
           
 Pointer.Void ITypeInfo.addressOfMember(MemberID memid, InvokeKind invkind)
           
 void ITypeComp.bind(OleStr szName, ULongInt lHashVal, UInt16 wFlags, ITypeInfo ppTInfo, DescKind pDescKind, BindPtr pBindPtr)
           
 void ITypeComp.bindType(OleStr szName, ULongInt lHashVal, ITypeInfo ppTInfo, ITypeComp ppTComp)
           
 void OleClientSiteImpl.canInPlaceActivate()
           
 void OleClientSiteImpl.contextSensitiveHelp(VariantBool fEnterMode)
           
 void ITypeInfo.createInstance(IUnknown pUnkOuter, IID riid, IDispatch ppvObj)
           
 void OleContainer.createObject(CLSID clsid)
          Creates an object in the container by CLSID.
 void OfficeContainer.createObject(CLSID clsid)
          Creates an object in the container by CLSID.
 void OleContainer.createObject(java.io.File file)
          Creates an object in the container by association specified by the file name.
 void OfficeContainer.createObject(java.io.File file)
          Creates an object in the container by association specified by the file name.
 void OleContainer.createObject(java.lang.String oleClassName)
          Creates an object in the container by class name.
 void OfficeContainer.createObject(java.lang.String oleClassName)
          Creates an object in the container by class name.
 void OleClientSiteImpl.deactivateAndUndo()
           
 void IDispatchEx.deleteMemberByDispID(DispID dispID)
           
 void IDispatchEx.deleteMemberByName(BStr bstrName, UInt32 grfdex)
           
 void OleClientSiteImpl.discardUndoState()
           
 void OleClientSiteImpl.enableModeless(VariantBool fEnable)
           
 void OleClientSiteImpl.exec(GUID pguidCmdGroup, Int32 nCmdID, OleCmdExecOpt nCmdexecopt, Variant pvaIn, Variant pvaOut)
           
 void ITypeLib.findName(BStr szNameBuf, ULongInt lHashVal, ITypeInfo ppTInfo, MemberID rgMemId, UInt16 pcFound)
           
 Rect OleClientSiteImpl.getBorder()
           
 IOleContainer OleClientSiteImpl.getContainer()
           
 void ITypeInfo.getContainingTypeLib(ITypeLib ppTLib, UInt pIndex)
           
 DispID IDispatchEx.getDispID(BStr bstrName, UInt32 grfdex)
           
 void ITypeInfo.getDllEntry(MemberID memid, InvokeKind invkind, BStr pBstrDllName, BStr pBstrName, UInt16 pwOrdinal)
           
 void ITypeLib.getDocumentation(Int index, BStr pBstrName, BStr pBstrDocString, UInt32 pdwHelpContext, BStr pBstrHelpFile)
           
 void ITypeInfo.getDocumentation(MemberID memid, BStr pBstrName, BStr pBstrDocString, UInt32 pdwHelpContext, BStr pBstrHelpFile)
           
 void IRecordInfo.getField(Pointer.Void pvData, OleStr szFieldName, Variant pvarField)
           
 void IRecordInfo.getFieldNames(ULongInt pcNames, ComplexArray rgBstrNames)
           
 void IRecordInfo.getFieldNoCopy(Pointer.Void pvData, OleStr szFieldName, Variant pvarField, Pointer.Void ppvDataCArray)
           
 Pointer ITypeInfo.getFuncDesc(UInt index)
           
 GUID IRecordInfo.getGuid()
           
 void ITypeInfo.getIDsOfNames(ComplexArray rgszNames, UInt cNames, ComplexArray pMemId)
           
 void IDispatch.getIDsOfNames(IID riid, ComplexArray rgszNames, UInt cNames, LocaleID lcid, ComplexArray rgdispid)
           
 Int ITypeInfo.getImplTypeFlags(UInt index)
           
 Pointer ITypeLib.getLibAttr()
           
 BStr IDispatchEx.getMemberName(DispID dispID)
           
 UInt32 IDispatchEx.getMemberPropeties(DispID dispID, UInt32 grfdexFetch)
           
 IMoniker OleClientSiteImpl.getMoniker(OleGetMoniker dwAssign, OleWhichMk dwWhichMoniker)
           
 BStr ITypeInfo.getMops(MemberID memid)
           
 BStr IRecordInfo.getName()
           
 void ITypeInfo.getNames(MemberID memid, ComplexArray rgBstrNames, UInt cMaxNames, UInt pcNames)
           
 IUnknown IDispatchEx.getNameSpaceParent()
           
 DispID IDispatchEx.getNextrDispID(UInt32 grfdex, DispID id)
           
 Variant Automation.getProperty(DispID dispid)
          Returns property value of a referenced interface.
 Variant Automation.getProperty(DispID dispID, int index)
          Returns the value of the specified collection property by the index.
 Variant Automation.getProperty(DispID dispID, java.lang.Object index)
          Returns the value of the specified collection property by the name.
 Variant Automation.getProperty(DispID dispID, java.lang.Object[] indexes)
          Returns the value of the specified collection property by the name.
 Variant Automation.getProperty(DispID dispID, Variant index)
          Returns the value of the specified collection property by the name.
 Variant Automation.getProperty(DispID dispID, Variant[] indexes)
          Returns the value of the specified collection property by the name.
 Variant Automation.InvocationHelper.getProperty(DispID propertyID, Variant[] propertyIndexes)
          Returns dispatch property.
 java.lang.Object ScriptingAutomation.getProperty(java.lang.String propertyName)
          Returns property value of a referenced interface.
 Variant ScriptingAutomation.InvocationHelper.getProperty(java.lang.String propertyName)
           
 Variant Automation.getProperty(java.lang.String propertyName)
          Returns property value of a referenced interface.
 Variant Automation.getProperty(java.lang.String propertyName, int index)
          Returns the value of the specified collection property by the index.
 Variant Automation.getProperty(java.lang.String propertyName, java.lang.Object index)
          Returns the value of the specified collection property by the name.
 Variant Automation.getProperty(java.lang.String propertyName, java.lang.Object[] indexes)
          Returns the value of the specified collection property by the name.
 Variant Automation.getProperty(java.lang.String propertyName, Variant index)
          Returns the value of the specified collection property by the name.
 Variant Automation.getProperty(java.lang.String propertyName, Variant[] indexes)
          Returns the value of the specified collection property by the name.
 Variant Automation.InvocationHelper.getProperty(java.lang.String propertyName, Variant[] propertyIndexes)
          Returns dispatch property.
 ITypeInfo ITypeInfo.getRefTypeInfo(HRefType hRefType)
           
 HRefType ITypeInfo.getRefTypeOfImplType(UInt index)
           
 ULongInt IRecordInfo.getSize()
           
 Pointer ITypeInfo.getTypeAttr()
           
 ITypeComp ITypeLib.getTypeComp()
           
 ITypeComp ITypeInfo.getTypeComp()
           
 ITypeInfo IRecordInfo.getTypeInfo()
           
 ITypeInfo ITypeLib.getTypeInfo(UInt index)
           
 ITypeInfo IDispatch.getTypeInfo(UInt itinfo, LocaleID lcid)
           
 UInt IDispatch.getTypeInfoCount()
           
 ITypeInfo ITypeLib.getTypeInfoOfGuid(GUID iid)
           
 TypeKind ITypeLib.getTypeInfoType(UInt index)
           
 Pointer ITypeInfo.getVarDesc(UInt index)
           
 Wnd OleClientSiteImpl.getWindow()
           
 void OleClientSiteImpl.getWindowContext(IOleInPlaceFrame ppFrame, IOleInPlaceUIWindow ppDoc, Rect lprcPosRect, Rect lprcClipRect, OleInplaceFrameInfo lpFrameInfo)
           
 void OleClientSiteImpl.insertMenus(Int32 hmenuShared, OleMenuGroupWidths lpMenuWidths)
           
 Variant Automation.invoke(DispID dispID)
          Invokes the method of a referenced interface.
 void IDispatch.invoke(DispID dispidMember, IID riid, LocaleID lcid, UInt16 wFlags, DispParams pdispparams, Variant pvarResult, ExcepInfo pexcepinfo, UInt puArgErr)
           
 Variant Automation.invoke(DispID dispID, java.lang.Object parameter)
          Helper method that invokes the method of a referenced interface with one parameter.
 Variant Automation.invoke(DispID dispID, java.lang.Object parameter1, java.lang.Object parameter2)
          Helper method that invokes the method of a referenced interface with two parameters.
 Variant Automation.invoke(DispID dispID, java.lang.Object parameter1, java.lang.Object parameter2, java.lang.Object parameter3)
          Helper method that invokes the method of a referenced interface with three parameters.
 Variant Automation.invoke(DispID dispID, Variant parameter)
          Helper method that invokes the method of a referenced interface with one Variant parameter.
 Variant Automation.invoke(DispID dispID, Variant[] parameters)
          Invokes the method of a referenced interface.
 Variant Automation.InvocationHelper.invoke(DispID dispID, Variant[] parameters)
           
 Variant Automation.invoke(DispID dispID, Variant parameter1, Variant parameter2)
          Helper method that invokes the method of a referenced interface with two Variant parameters.
 Variant Automation.invoke(DispID dispID, Variant parameter1, Variant parameter2, Variant parameter3)
          Helper method that invokes the method of a referenced interface with three Variant parameters.
 void ITypeInfo.invoke(IDispatch pvInstance, MemberID memid, UInt16 wFlags, DispParams pDispParams, Variant pVarResult, ExcepInfo pExcepInfo, UInt puArgErr)
           
 Variant Automation.invoke(java.lang.String methodName)
          Invokes the method of a referenced interface.
 Variant Automation.invoke(java.lang.String methodName, java.lang.Object parameter)
          Helper method that invokes the method of a referenced interface with one parameter.
 Variant Automation.invoke(java.lang.String methodName, java.lang.Object[] parameters)
          Invokes the method of a referenced interface.
 Variant Automation.invoke(java.lang.String methodName, java.lang.Object parameter1, java.lang.Object parameter2)
          Helper method that invokes the method of a referenced interface with two parameters.
 Variant Automation.invoke(java.lang.String methodName, java.lang.Object parameter1, java.lang.Object parameter2, java.lang.Object parameter3)
          Helper method that invokes the method of a referenced interface with three parameters.
 Variant Automation.invoke(java.lang.String methodName, Variant parameter)
          Helper method that invokes the method of a referenced interface with one Variant parameter.
 Variant Automation.invoke(java.lang.String methodName, Variant[] parameters)
          Invokes the method of a referenced interface.
 Variant Automation.InvocationHelper.invoke(java.lang.String methodName, Variant[] parameters)
          Invokes dispatch method
 Variant Automation.invoke(java.lang.String methodName, Variant parameter1, Variant parameter2)
          Helper method that invokes the method of a referenced interface with two Variant parameters.
 Variant Automation.invoke(java.lang.String methodName, Variant parameter1, Variant parameter2, Variant parameter3)
          Helper method that invokes the method of a referenced interface with three Variant parameters.
 void IDispatchEx.invokeEx(DispID dispidMember, LocaleID lcid, UInt16 wFlags, DispParams pdispparams, Variant pvarResult, ExcepInfo pexcepinfo, IServiceProvider pspCaller)
           
 VariantBool ITypeLib.isName(BStr szNameBuf, ULongInt lHashVal)
           
 void OleClientSiteImpl.onInPlaceActivate()
           
 void OleClientSiteImpl.onInPlaceDeactivate()
           
 void OleClientSiteImpl.onPosRectChange(Rect lprcPosRect)
           
 void OleClientSiteImpl.onShowWindow(VariantBool fShow)
           
 void OleClientSiteImpl.onUIActivate()
           
 void OleClientSiteImpl.onUIDeactivate(VariantBool fUndoable)
           
 void IRecordInfo.putField(InvokeKind wFlags, Pointer.Void pvData, OleStr szFieldName, Variant pvarField)
           
 void IRecordInfo.putFieldNoCopy(InvokeKind wFlags, Pointer.Void pvData, OleStr szFieldName, Variant pvarField)
           
 void OleClientSiteImpl.queryStatus(GUID pguidCmdGroup, Int32 cCmds, OleCmd prgCmds, OleCmdText pCmdText)
           
 void IRecordInfo.recordClear(Pointer.Void pvExisting)
           
 void IRecordInfo.recordCopy(Pointer.Void pvExisting, Pointer.Void pvNew)
           
 Pointer.Void IRecordInfo.recordCreateCopy(Pointer.Void pvSource)
           
 void IRecordInfo.recordDestroy(Pointer.Void pvRecord)
           
 void IRecordInfo.recordInit(Pointer.Void pvNew)
           
 void OleClientSiteImpl.removeMenus(Int32 hmenuShared)
           
 void OleClientSiteImpl.requestBorderSpace(Rect pborderwidths)
           
 void OleClientSiteImpl.requestNewObjectLayout()
           
 void OleClientSiteImpl.saveObject()
           
 void OleClientSiteImpl.scroll(Int32 scrollX, Int32 scrollY)
           
 void OleClientSiteImpl.setActiveObject(IOleInPlaceActiveObject pActiveObject, OleStr pszObjName)
           
 void OleClientSiteImpl.setBorderSpace(Rect pborderwidths)
           
 void OleClientSiteImpl.setMenu(Int32 hmenuShared, Int32 holemenu, Int32 hwndActiveObject)
           
 void Automation.setProperty(DispID dispID, java.lang.Object value)
          Sets property value of a referenced interface.
 void Automation.setProperty(DispID dispID, java.lang.Object[] values)
          Sets property value of a referenced interface.
 void Automation.setProperty(DispID dispID, Variant value)
          Sets property value of a referenced interface.
 void Automation.InvocationHelper.setProperty(DispID dispID, Variant[] propertyIndexes)
          Sets dispatch property.
 void ScriptingAutomation.setProperty(java.lang.String propertyName, java.lang.Object value)
          Sets property value of a referenced interface.
 void Automation.setProperty(java.lang.String propertyName, java.lang.Object value)
          Sets property value of a referenced interface.
 void Automation.setProperty(java.lang.String propertyName, java.lang.Object[] values)
          Sets property value of a referenced interface.
 void ScriptingAutomation.setProperty(java.lang.String propertyName, Variant value)
          Sets property value of a referenced interface.
 void ScriptingAutomation.InvocationHelper.setProperty(java.lang.String propertyName, Variant value)
           
 void Automation.setProperty(java.lang.String propertyName, Variant value)
          Sets property value of a referenced interface.
 void Automation.setProperty(java.lang.String propertyName, Variant[] args)
          Sets property value of a referenced interface.
 void Automation.InvocationHelper.setProperty(java.lang.String propertyName, Variant[] propertyParameters)
          Sets dispatch property.
 void OleClientSiteImpl.setStatusText(OleStr pszStatusText)
           
 void OleClientSiteImpl.showObject()
           
 void OleClientSiteImpl.translateAccelerator(Msg lpmsg, Int16 wID)
           
 

Constructors in com.jniwrapper.win32.automation with parameters of type ComException
AutomationException(ComException e, ExcepInfo excepInfo)
           
 

Uses of ComException in com.jniwrapper.win32.automation.impl
 

Methods in com.jniwrapper.win32.automation.impl that throw ComException
 Pointer.Void ITypeInfoImpl.addressOfMember(MemberID memid, InvokeKind invKind)
           
 void ITypeCompImpl.bind(OleStr szName, ULongInt lHashVal, UInt16 wFlags, ITypeInfo typeInfo, DescKind descKind, BindPtr bindPtr)
           
 void ITypeCompImpl.bindType(OleStr szName, ULongInt lHashVal, ITypeInfo typeInfo, ITypeComp typeComp)
           
 void ITypeInfoImpl.createInstance(IUnknown pUnkOuter, IID iid, IDispatch pObj)
           
 void ITypeInfoImpl.createInstance(IUnknownImpl pUnkOuter, IDispatchImpl pObj)
           
 void IDispatchExImpl.deleteMemberByDispID(DispID dispID)
           
 void IDispatchExImpl.deleteMemberByName(BStr bstrName, UInt32 grfdex)
           
 void ITypeLibImpl.findName(BStr bstrNameBuf, ULongInt lHashVal, ITypeInfo pTInfo, MemberID memid, UInt16 cFound)
           
 void ITypeInfoImpl.getContainingTypeLib(ITypeLib typeLib, UInt index)
           
 DispID IDispatchExImpl.getDispID(BStr bstrName, UInt32 grfdex)
           
 void ITypeInfoImpl.getDllEntry(MemberID memid, InvokeKind invKind, BStr bstrDllName, BStr bstrName, UInt16 wOrdinal)
           
 void ITypeLibImpl.getDocumentation(Int index, BStr bstrName, BStr bstrDocString, UInt32 dwHelpContext, BStr bstrHelpFile)
           
 void ITypeInfoImpl.getDocumentation(MemberID memid, BStr bstrName, BStr bstrDocString, UInt32 dwHelpContext, BStr bstrHelpFile)
           
 void IRecordInfoImpl.getField(Pointer.Void pvData, OleStr szFieldName, Variant pvarField)
           
 void IRecordInfoImpl.getFieldNames(ULongInt pcNames, ComplexArray rgBstrNames)
           
 void IRecordInfoImpl.getFieldNoCopy(Pointer.Void pvData, OleStr szFieldName, Variant pvarField, Pointer.Void ppvDataCArray)
           
 Pointer ITypeInfoImpl.getFuncDesc(UInt index)
           
 GUID IRecordInfoImpl.getGuid()
           
 ComplexArray ITypeInfoImpl.getIDsOfNames(ComplexArray rgszNames)
           
 void ITypeInfoImpl.getIDsOfNames(ComplexArray rgszNames, UInt cNames, ComplexArray pMemID)
           
 void IDispatchImpl.getIDsOfNames(IID iid, ComplexArray rgszNames, LocaleID lcid, ComplexArray rgDispId)
           
 void IDispatchImpl.getIDsOfNames(IID iid, ComplexArray rgszNames, UInt cNames, LocaleID lcid, ComplexArray rgDispId)
           
 Int ITypeInfoImpl.getImplTypeFlags(UInt index)
           
 Pointer ITypeLibImpl.getLibAttr()
           
 BStr IDispatchExImpl.getMemberName(DispID dispID)
           
 UInt32 IDispatchExImpl.getMemberPropeties(DispID dispID, UInt32 grfdexFetch)
           
 BStr ITypeInfoImpl.getMops(MemberID memid)
           
 BStr IRecordInfoImpl.getName()
           
 void ITypeInfoImpl.getNames(MemberID memid, ComplexArray rgBstrNames, UInt maxNames, UInt pcNames)
           
 IUnknown IDispatchExImpl.getNameSpaceParent()
           
 DispID IDispatchExImpl.getNextrDispID(UInt32 grfdex, DispID id)
           
 ITypeInfo ITypeInfoImpl.getRefTypeInfo(HRefType hRefType)
           
 HRefType ITypeInfoImpl.getRefTypeOfImplType(UInt index)
           
 ULongInt IRecordInfoImpl.getSize()
           
 Pointer ITypeInfoImpl.getTypeAttr()
           
 ITypeComp ITypeLibImpl.getTypeComp()
           
 ITypeComp ITypeInfoImpl.getTypeComp()
           
 ITypeInfo IRecordInfoImpl.getTypeInfo()
           
 ITypeInfo ITypeLibImpl.getTypeInfo(UInt index)
           
 ITypeInfo IDispatchImpl.getTypeInfo(UInt iTInfo, LocaleID lcid)
           
 UInt IDispatchImpl.getTypeInfoCount()
           
 ITypeInfo ITypeLibImpl.getTypeInfoOfGuid(GUID guid)
           
 TypeKind ITypeLibImpl.getTypeInfoType(UInt index)
           
 Pointer ITypeInfoImpl.getVarDesc(UInt index)
           
 void IDispatchImpl.invoke(DispID dispIdMember, IID iid, LocaleID lcid, UInt16 wFlags, DispParams dispParams, Variant varResult, ExcepInfo excepInfo, UInt uArgErr)
           
 void ITypeInfoImpl.invoke(IDispatch pvInstance, MemberID memid, UInt16 flags, DispParams params, Variant varResult, ExcepInfo excepInfo, UInt uArgErr)
           
 void IDispatchExImpl.invokeEx(DispID dispidMember, LocaleID lcid, UInt16 wFlags, DispParams pdispparams, Variant pvarResult, ExcepInfo pexcepinfo, IServiceProvider pspCaller)
           
 VariantBool ITypeLibImpl.isName(BStr bstrNameBuf, ULongInt lHashVal)
           
 void IRecordInfoImpl.putField(InvokeKind wFlags, Pointer.Void pvData, OleStr szFieldName, Variant pvarField)
           
 void IRecordInfoImpl.putFieldNoCopy(InvokeKind wFlags, Pointer.Void pvData, OleStr szFieldName, Variant pvarField)
           
 void IRecordInfoImpl.recordClear(Pointer.Void pvExisting)
           
 void IRecordInfoImpl.recordCopy(Pointer.Void pvExisting, Pointer.Void pvNew)
           
 Pointer.Void IRecordInfoImpl.recordCreateCopy(Pointer.Void pvSource)
           
 void IRecordInfoImpl.recordDestroy(Pointer.Void pvRecord)
           
 void IRecordInfoImpl.recordInit(Pointer.Void pvNew)
           
 

Constructors in com.jniwrapper.win32.automation.impl that throw ComException
IDispatchExImpl(CLSID clsid, ClsCtx dwClsContext)
           
IDispatchExImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IDispatchExImpl(IUnknown that)
           
IDispatchExImpl(IUnknownImpl that)
           
IDispatchImpl(CLSID clsid, ClsCtx dwClsContext)
           
IDispatchImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IDispatchImpl(IUnknown that)
           
IDispatchImpl(IUnknownImpl that)
           
IRecordInfoImpl(CLSID clsid, ClsCtx dwClsContext)
           
IRecordInfoImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IRecordInfoImpl(IUnknownImpl that)
           
ITypeCompImpl(CLSID clsid, ClsCtx dwClsContext)
           
ITypeCompImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
ITypeCompImpl(IUnknownImpl that)
           
ITypeInfoImpl(CLSID clsid, ClsCtx dwClsContext)
           
ITypeInfoImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
ITypeInfoImpl(IUnknownImpl that)
           
ITypeLibImpl(CLSID clsid, ClsCtx dwClsContext)
           
ITypeLibImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
ITypeLibImpl(IUnknownImpl that)
           
 

Uses of ComException in com.jniwrapper.win32.automation.types
 

Methods in com.jniwrapper.win32.automation.types that throw ComException
 void Decimal.fromDouble(double value)
          Converts the specified double value to Decimal value.
 void StructureInfo.getField(Pointer.Void pvData, OleStr szFieldName, Variant pvarField)
           
 void StructureInfo.getFieldNames(ULongInt pcNames, ComplexArray rgBstrNames)
           
 void StructureInfo.getFieldNoCopy(Pointer.Void pvData, OleStr szFieldName, Variant pvarField, Pointer.Void ppvDataCArray)
           
 GUID StructureInfo.getGuid()
           
 BStr StructureInfo.getName()
           
 ULongInt StructureInfo.getSize()
           
 ITypeInfo StructureInfo.getTypeInfo()
           
 void StructureInfo.putField(InvokeKind wFlags, Pointer.Void pvData, OleStr szFieldName, Variant pvarField)
           
 void StructureInfo.putFieldNoCopy(InvokeKind wFlags, Pointer.Void pvData, OleStr szFieldName, Variant pvarField)
           
 void StructureInfo.recordClear(Pointer.Void pvExisting)
           
 void StructureInfo.recordCopy(Pointer.Void pvExisting, Pointer.Void pvNew)
           
 Pointer.Void StructureInfo.recordCreateCopy(Pointer.Void pvSource)
           
 void StructureInfo.recordDestroy(Pointer.Void pvRecord)
           
 void StructureInfo.recordInit(Pointer.Void pvNew)
           
 

Uses of ComException in com.jniwrapper.win32.com
 

Methods in com.jniwrapper.win32.com that return ComException
static ComException ComException.createComException(java.lang.Throwable e, int hResult)
           
 

Methods in com.jniwrapper.win32.com that throw ComException
 Int32 AbstractOleControl.advise(IAdviseSink adviseSink)
           
 IUnknown IMoniker.bindToObject(IBindCtx pbc, IMoniker pmkToLeft, IID riidResult)
           
 IUnknown IMoniker.bindToStorage(IBindCtx pbc, IMoniker pmkToLeft, IID riid)
           
static void ComException.checkResult(HResult result)
          Utility method that verifies if the passed result code is less than zero.
 void AbstractOleControl.close(OleClose saveOption)
           
static void ComFunctions.coCancelCall(int threadId, int timeout)
          Requests cancellation of an outbound DCOM method call pending on a specified thread.
static GUID ComFunctions.coCreateGuid()
          Returns GUID, unique identifier associated with a COM class, and interface.
static IUnknown ComFunctions.coCreateInstance(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
          Creates a COM object of a specified class.
static void ComFunctions.coCreateInstance(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext, IID iid, IUnknown pReqInterface)
          Creates a COM object of a specified class.
static void ComFunctions.coCreateInstance(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext, IUnknown pReqInterface)
          Creates a COM object of a specified class.
static void ComFunctions.coGetClassObject(CLSID clsid, ClsCtx dwClsContext, Pointer.Void pvReserved, IUnknown ppv)
          Returns a pointer to the interface for a class object associated with a COM class.
static void ComFunctions.coInitialize()
          Initializes a COM library for the current thread using a single-thread appartment concurrency model.
 IMoniker IMoniker.commonPrefixWith(IMoniker pmkOther)
           
 IMoniker IMoniker.composeWith(IMoniker pmkRight, VariantBool fOnlyIfNotGeneric)
           
 void AbstractOleControl.contextSensitiveHelp(VariantBool fEnterMode)
           
static UInt32 ComFunctions.coRegisterClassObject(CLSID clsid, IUnknown pUnk, ClsCtx dwClsContext, RegCls flags)
          Registers EXE class object so that other applications can connect to it.
static void ComFunctions.coRevokeClassObject(UInt32 dwRegister)
          Informs OLE that a class object previously registered with the ComFunctions.coRegisterClassObject(com.jniwrapper.win32.com.types.CLSID, com.jniwrapper.win32.com.IUnknown, com.jniwrapper.win32.com.types.ClsCtx, com.jniwrapper.win32.com.types.RegCls) function is no longer available for use.
static IMoniker ComFunctions.createClassMoniker(CLSID clsid)
          Creates a class moniker that refers to the given class.
static ICreateErrorInfo ComFunctions.createErrorInfo()
          Creates an instance of a generic error object.
static IMoniker ComFunctions.createFileMoniker(java.io.File filePath)
          Creates a file moniker based on the specified path.
static IMoniker ComFunctions.createGenericComposite(IMoniker first, IMoniker rest)
          Performs a generic composition of two monikers and supplies a pointer to the resulting composite moniker.
 void IClassFactory.createInstance(IUnknown outer, IID iid, IUnknown result)
          Creates an uninitialized object.
 void IClassFactory.createInstance(IUnknown outer, java.lang.String stringIID, IUnknown result)
          Creates an uninitialized object.
 void IClassFactory2.createInstanceLic(IUnknown outer, IUnknown reserved, IID iid, BStr bstrKey, IUnknown result)
          Creates an instance of the licensed object given a license key from IClassFactory2.requestLicKey(com.jniwrapper.UInt32, com.jniwrapper.win32.automation.types.BStr)
static IMoniker ComFunctions.createItemMoniker(java.lang.String delimiter, java.lang.String item)
          Creates an item moniker that identifies an object within a containing object (typically a compound document).
static IMoniker ComFunctions.createObjrefMoniker(IUnknown unk)
          Creates an OBJREF moniker based on a pointer to an object.
static IMoniker ComFunctions.createPointerMoniker(IUnknown unk)
          Creates a pointer moniker based on a pointer to an object.
 void AbstractOleControl.doVerb(LongInt verb, Msg msg, IOleClientSite activeSite, LongInt lindex, Wnd parent, Rect posRect)
           
 void AbstractOleControl.draw(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect, DvTargetDevice ptd, Int32 hdcTargetDev, Int32 hdcDraw, Rect lprcBounds, Rect lprcWBounds, Int32 pfnContinue, Int32 dwContinue)
           
 void AbstractOleControl.enableModeless(VariantBool fEnable)
           
 IEnumStatData AbstractOleControl.enumAdvise()
           
 IEnumMoniker IMoniker.enumerate(VariantBool fForward)
           
 IEnumOleVerb AbstractOleControl.enumVerbs()
           
 Int32 AbstractOleControl.freeze(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect)
           
 void AbstractOleControl.freezeEvents(VariantBool bFreeze)
           
 void AbstractOleControl.getAdvise(DvAspect pAspects, AdviceFlags pAdvf, IAdviseSink pIAdviseSink)
           
static CLSID ComFunctions.getClassFromFile(java.lang.String fileName)
          Returns CLSID associated with a filename.
 void IPersist.getClassID(CLSID pClassID)
           
 IOleClientSite AbstractOleControl.getClientSite()
           
 IDataObject AbstractOleControl.getClipboardData(Int32 dwReserved)
           
 Pointer AbstractOleControl.getColorSet(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect, DvTargetDevice ptd, Int32 hicTargetDev)
           
 ControlInfo AbstractOleControl.getControlInfo()
           
 OleStr IPersistFile.getCurFile()
           
 OleStr IMoniker.getDisplayName(IBindCtx pbc, IMoniker pmkToLeft)
           
static IErrorInfo ComFunctions.getErrorInfo()
          This function retrieves the error information pointer set by the previous call to SetErrorInfo in the current logical thread.
 Size AbstractOleControl.getExtent(DvAspect drawAspect)
           
 Size AbstractOleControl.getExtent(DvAspect dwDrawAspect, Int32 lindex, DvTargetDevice ptd)
           
 void IClassFactory2.getLicInfo(LicInfo licInfo)
          Fills a licInfo structure with information on the licensing capabilities of this class factory.
 OleMisc AbstractOleControl.getMiscStatus(DvAspect aspect)
           
 IMoniker AbstractOleControl.getMoniker(OleGetMoniker assign, OleWhichMk whichMoniker)
           
static IRunningObjectTable ComFunctions.getRunningObjectTable()
          Supplies a pointer to the IRunningObjectTable interface on the local Running Object Table (ROT).
 CY IPersistStreamInit.getSizeMax()
           
 CY IPersistStream.getSizeMax()
           
 CY IMoniker.getTimeOfLastChange(IBindCtx pbc, IMoniker pmkToLeft)
           
 OleStr AbstractOleControl.getUserType(UserClassType formOfType)
           
 Wnd AbstractOleControl.getWindow()
           
 void IPersistStorage.handsOffStorage()
           
 Int32 IMoniker.hash()
           
 void AbstractOleControl.initFromData(IDataObject dataObject, VariantBool creation, Int32 reserved)
           
 void IPersistStreamInit.initNew()
           
 void IPersistStorage.initNew(IStorage pStg)
           
 void AbstractOleControl.inPlaceDeactivate()
           
 void ISupportErrorInfo.interfaceSupportsErrorInfo(GUID riid)
           
 IMoniker IMoniker.inverse()
           
 IEnumVariant IEnumVariant.invokeClone()
           
 IEnumUnknown IEnumUnknown.invokeClone()
           
 IEnumString IEnumString.invokeClone()
           
 IEnumMoniker IEnumMoniker.invokeClone()
           
 Int32 IMoniker.isSystemMoniker()
           
 void AbstractOleControl.isUpToDate()
           
 void IPersistStorage.load(IStorage pStg)
           
 void IPersistStreamInit.load(IStream pStm)
           
 void IPersistStream.load(IStream pStm)
           
 void IPersistFile.load(OleStr pszFileName, StgMode dwMode)
           
 void IClassFactory.lockServer(VariantBool fLock)
           
 Int32 IEnumVariant.next(Int32 celt, ComplexArray rgelt, Int32 pceltFetched)
           
 void AbstractOleControl.onAmbientPropertyChange(DispID dispID)
           
 void AbstractOleControl.onDocWindowActivate(VariantBool fActivate)
           
 void AbstractOleControl.onFrameWindowActivate(VariantBool fActivate)
           
 void AbstractOleControl.onMnemonic(Msg pMsg)
           
 IMoniker IMoniker.parseDisplayName(IBindCtx pbc, IMoniker pmkToLeft, OleStr pszDisplayName, Int32 pchEaten)
           
 void IUnknown.queryInterface(IID iid, IUnknown requiredInterface)
          Retrieves pointers to the supported interfaces on an object.
 void IServiceProvider.queryService(GUID guidService, IID iid, IUnknown reqService)
           
 void AbstractOleControl.reactivateAndUndo()
           
 IMoniker IMoniker.reduce(IBindCtx pbc, Int32 dwReduceHowFar, IMoniker ppmkToLeft)
           
static long ComFunctions.registerActiveObject(IUnknown unknown, CLSID clsid, boolean strong)
          Registers an object as the active object for its class.
 IMoniker IMoniker.relativePathTo(IMoniker pmkOther)
           
 void IClassFactory2.requestLicKey(UInt32 reserved, BStr key)
          Creates and returns a license key that the caller can save and use later in calls to IClassFactory2.createInstanceLic(IUnknown, IUnknown, com.jniwrapper.win32.com.types.IID, com.jniwrapper.win32.automation.types.BStr, IUnknown).
 void IEnumVariant.reset()
           
 void IEnumUnknown.reset()
           
 void IEnumString.reset()
           
 void IEnumMoniker.reset()
           
 void AbstractOleControl.resizeBorder(Rect prcBorder, IOleInPlaceUIWindow pUIWindow, VariantBool fFrameWindow)
           
static void ComFunctions.revokeActiveObject(long handle)
          Ends an object's status as active.
 void IPersistStorage.save(IStorage pStgSave, VariantBool fSameAsLoad)
           
 void IPersistStreamInit.save(IStream pStm, VariantBool fClearDirty)
           
 void IPersistStream.save(IStream pStm, VariantBool fClearDirty)
           
 HResult IPersistFile.save(OleStr pszFileName, VariantBool fRemember)
           
 void IPersistStorage.saveCompleted(IStorage pStgNew)
           
 void IPersistFile.saveCompleted(OleStr pszFileName)
           
 void AbstractOleControl.setAdvise(DvAspect aspects, AdviceFlags advf, IAdviseSink pIAdviseSink)
           
 void AbstractOleControl.setClientSite(IOleClientSite clientSite)
           
 void AbstractOleControl.setColorScheme(LogPalette logPal)
           
 void ICreateErrorInfo.setDescription(WideString szDescription)
           
static void ComFunctions.setErrorInfo(IErrorInfo errinfo)
          Sets the error information object for the current logical thread of execution.
 void AbstractOleControl.setExtent(DvAspect drawAspect, Size size)
           
 void ICreateErrorInfo.setGUID(GUID rguid)
           
 void ICreateErrorInfo.setHelpContext(UInt32 dwHelpContext)
           
 void ICreateErrorInfo.setHelpFile(WideString szHelpFile)
           
 void AbstractOleControl.setHostNames(OleStr containerApp, OleStr containerObj)
           
 void AbstractOleControl.setMoniker(OleWhichMk whichMoniker, IMoniker moniker)
           
 void AbstractOleControl.setObjectRects(Rect lprcPosRect, Rect lprcClipRect)
           
 void ICreateErrorInfo.setSource(WideString szSource)
           
 void IEnumVariant.skip(Int32 celt)
           
 void IEnumUnknown.skip(Int32 celt)
           
 void IEnumString.skip(Int32 celt)
           
 void IEnumMoniker.skip(Int32 celt)
           
 HResult AbstractOleControl.translateAccelerator(Msg lpmsg)
           
 void AbstractOleControl.UIDeactivate()
           
 void AbstractOleControl.unadvise(Int32 connection)
           
 void AbstractOleControl.unfreeze(Int32 dwFreeze)
           
 void AbstractOleControl.update()
           
 

Uses of ComException in com.jniwrapper.win32.com.impl
 

Methods in com.jniwrapper.win32.com.impl that throw ComException
 IUnknown IMonikerImpl.bindToObject(IBindCtx pbc, IMoniker pmkToLeft, IID riidResult)
           
 IUnknown IMonikerImpl.bindToStorage(IBindCtx pbc, IMoniker pmkToLeft, IID riid)
           
 IMoniker IMonikerImpl.commonPrefixWith(IMoniker pmkOther)
           
 IMoniker IMonikerImpl.composeWith(IMoniker pmkRight, VariantBool fOnlyIfNotGeneric)
           
 void IClassFactoryImpl.createInstance(IUnknown outer, IID iid, IUnknown result)
           
 void IClassFactoryImpl.createInstance(IUnknown outer, java.lang.String stringIID, IUnknown result)
           
 void IClassFactory2Impl.createInstanceLic(IUnknown outer, IUnknown reserved, IID iid, BStr bstrKey, IUnknown result)
           
 IEnumMoniker IMonikerImpl.enumerate(VariantBool fForward)
           
 void IPersistImpl.getClassID(CLSID pClassID)
           
 OleStr IPersistFileImpl.getCurFile()
           
 OleStr IMonikerImpl.getDisplayName(IBindCtx pbc, IMoniker pmkToLeft)
           
 void IClassFactory2Impl.getLicInfo(LicInfo licInfo)
           
 CY IPersistStreamInitImpl.getSizeMax()
           
 CY IPersistStreamImpl.getSizeMax()
           
 CY IMonikerImpl.getTimeOfLastChange(IBindCtx pbc, IMoniker pmkToLeft)
           
 void IPersistStorageImpl.handsOffStorage()
           
 Int32 IMonikerImpl.hash()
           
 void IPersistStreamInitImpl.initNew()
           
 void IPersistStorageImpl.initNew(IStorage pStg)
           
 void ISupportErrorInfoImpl.interfaceSupportsErrorInfo(GUID riid)
           
 IMoniker IMonikerImpl.inverse()
           
 IEnumVariant IEnumVariantImpl.invokeClone()
           
 IEnumUnknown IEnumUnknownImpl.invokeClone()
           
 IEnumString IEnumStringImpl.invokeClone()
           
 IEnumMoniker IEnumMonikerImpl.invokeClone()
           
protected  HResult IUnknownImpl.invokeStandardVirtualMethod(int funcIndex, byte callingConvension)
           
protected  HResult IUnknownImpl.invokeStandardVirtualMethod(int funcIndex, byte callingConvension, Parameter p1)
           
 HResult IUnknownImpl.invokeStandardVirtualMethod(int funcIndex, byte callingConvension, Parameter[] parameters)
          Invokes the method of the COM object specified by the funcIndex parameter.
protected  HResult IUnknownImpl.invokeStandardVirtualMethod(int funcIndex, byte callingConvension, Parameter p1, Parameter p2)
           
protected  HResult IUnknownImpl.invokeStandardVirtualMethod(int funcIndex, byte callingConvension, Parameter p1, Parameter p2, Parameter p3)
           
protected  HResult IUnknownImpl.invokeStandardVirtualMethod(int funcIndex, byte callingConvension, Parameter p1, Parameter p2, Parameter p3, Parameter p4)
           
 Int32 IMonikerImpl.isSystemMoniker()
           
 void IPersistStorageImpl.load(IStorage pStg)
           
 void IPersistStreamInitImpl.load(IStream pStm)
           
 void IPersistStreamImpl.load(IStream pStm)
           
 void IPersistFileImpl.load(OleStr pszFileName, StgMode dwMode)
           
 void IClassFactoryImpl.lockServer(VariantBool fLock)
           
 Int32 IEnumVariantImpl.next(Int32 celt, ComplexArray rgelt, Int32 pceltFetched)
           
 IMoniker IMonikerImpl.parseDisplayName(IBindCtx pbc, IMoniker pmkToLeft, OleStr pszDisplayName, Int32 pchEaten)
           
 void IUnknownImpl.queryInterface(IID iid, IUnknown pReqInterface)
           
 void IUnknownImpl.queryInterface(IUnknown pReqInterface)
           
 void IServiceProviderImpl.queryService(GUID guidService, IID iid, IUnknown reqService)
           
 void IServiceProviderImpl.queryService(GUID guidService, IUnknownImpl reqService)
           
 IMoniker IMonikerImpl.reduce(IBindCtx pbc, Int32 dwReduceHowFar, IMoniker ppmkToLeft)
           
 IMoniker IMonikerImpl.relativePathTo(IMoniker pmkOther)
           
 void IClassFactory2Impl.requestLicKey(UInt32 reserved, BStr key)
           
 void IEnumVariantImpl.reset()
           
 void IEnumUnknownImpl.reset()
           
 void IEnumStringImpl.reset()
           
 void IEnumMonikerImpl.reset()
           
 void IPersistStorageImpl.save(IStorage pStgSave, VariantBool fSameAsLoad)
           
 void IPersistStreamInitImpl.save(IStream pStm, VariantBool fClearDirty)
           
 void IPersistStreamImpl.save(IStream pStm, VariantBool fClearDirty)
           
 HResult IPersistFileImpl.save(OleStr pszFileName, VariantBool fRemember)
           
 void IPersistStorageImpl.saveCompleted(IStorage pStgNew)
           
 void IPersistFileImpl.saveCompleted(OleStr pszFileName)
           
 void ICreateErrorInfoImpl.setDescription(WideString szDescription)
           
 void ICreateErrorInfoImpl.setGUID(GUID rguid)
           
 void ICreateErrorInfoImpl.setHelpContext(UInt32 dwHelpContext)
           
 void ICreateErrorInfoImpl.setHelpFile(WideString szHelpFile)
           
 void ICreateErrorInfoImpl.setSource(WideString szSource)
           
 void IEnumVariantImpl.skip(Int32 celt)
           
 void IEnumUnknownImpl.skip(Int32 celt)
           
 void IEnumStringImpl.skip(Int32 celt)
           
 void IEnumMonikerImpl.skip(Int32 celt)
           
 

Constructors in com.jniwrapper.win32.com.impl that throw ComException
IClassFactory2Impl(CLSID clsid, ClsCtx dwClsContext)
           
IClassFactory2Impl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IClassFactory2Impl(IUnknownImpl that)
           
IClassFactoryImpl(CLSID clsid, ClsCtx dwClsContext)
           
IClassFactoryImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IClassFactoryImpl(IUnknownImpl that)
           
ICreateErrorInfoImpl(CLSID clsid, ClsCtx dwClsContext)
           
ICreateErrorInfoImpl(CLSID clsid, IUnknownImpl pUnkOuter, ClsCtx dwClsContext)
           
ICreateErrorInfoImpl(IUnknown that)
           
ICreateErrorInfoImpl(IUnknownImpl that)
           
IEnumMonikerImpl(CLSID clsid, ClsCtx dwClsContext)
           
IEnumMonikerImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IEnumMonikerImpl(IUnknownImpl that)
           
IEnumStringImpl(CLSID clsid, ClsCtx dwClsContext)
           
IEnumStringImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IEnumStringImpl(IUnknownImpl that)
           
IEnumUnknownImpl(CLSID clsid, ClsCtx dwClsContext)
           
IEnumUnknownImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IEnumUnknownImpl(IUnknownImpl that)
           
IEnumVariantImpl(CLSID clsid, ClsCtx dwClsContext)
           
IEnumVariantImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IEnumVariantImpl(IUnknownImpl that)
           
IErrorInfoImpl(CLSID clsid, ClsCtx dwClsContext)
           
IErrorInfoImpl(CLSID clsid, IUnknownImpl pUnkOuter, ClsCtx dwClsContext)
           
IErrorInfoImpl(IUnknown that)
           
IErrorInfoImpl(IUnknownImpl that)
           
IMallocImpl(CLSID clsid, ClsCtx dwClsContext)
           
IMallocImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IMallocImpl(IUnknownImpl that)
           
IMessageFilterImpl(CLSID clsid, ClsCtx dwClsContext)
           
IMessageFilterImpl(CLSID clsid, IUnknownImpl pUnkOuter, ClsCtx dwClsContext)
           
IMessageFilterImpl(IUnknown that)
           
IMessageFilterImpl(IUnknownImpl that)
           
IMonikerImpl(CLSID clsid, ClsCtx dwClsContext)
           
IMonikerImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IMonikerImpl(IUnknownImpl that)
           
IPersistFileImpl(CLSID clsid, ClsCtx dwClsContext)
           
IPersistFileImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IPersistFileImpl(IUnknownImpl that)
           
IPersistImpl(CLSID clsid, ClsCtx dwClsContext)
           
IPersistImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IPersistImpl(IUnknownImpl that)
           
IPersistStorageImpl(CLSID clsid, ClsCtx dwClsContext)
           
IPersistStorageImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IPersistStorageImpl(IUnknownImpl that)
           
IPersistStreamImpl(CLSID clsid, ClsCtx dwClsContext)
           
IPersistStreamImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IPersistStreamImpl(IUnknownImpl that)
           
IPersistStreamInitImpl(CLSID clsid, ClsCtx dwClsContext)
           
IPersistStreamInitImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IPersistStreamInitImpl(IUnknownImpl that)
           
IServiceProviderImpl(CLSID clsid, ClsCtx dwClsContext)
           
IServiceProviderImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IServiceProviderImpl(IUnknownImpl that)
           
ISupportErrorInfoImpl(CLSID clsid, ClsCtx dwClsContext)
           
ISupportErrorInfoImpl(CLSID clsid, IUnknownImpl pUnkOuter, ClsCtx dwClsContext)
           
ISupportErrorInfoImpl(IUnknown that)
           
ISupportErrorInfoImpl(IUnknownImpl that)
           
IUnknownImpl(CLSID clsid, ClsCtx dwClsContext)
           
IUnknownImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IUnknownImpl(IUnknownImpl that)
           
 

Uses of ComException in com.jniwrapper.win32.com.server
 

Methods in com.jniwrapper.win32.com.server that throw ComException
 void IUnknownServer.create(IUnknown outerInterface, IID iid, IUnknown defInterface)
          Creates a co-class and returns its default interface.
 void IClassFactoryServer.createInstance(IUnknown outer, IID iid, IUnknown result)
           
 void IClassFactoryServer.createInstance(IUnknown outer, java.lang.String stringIID, IUnknown result)
           
 void IDispatchServer.getIDsOfNames(IID riid, ComplexArray rgszNames, UInt cNames, LocaleID lcid, ComplexArray rgdispid)
           
 ITypeInfo IDispatchServer.getTypeInfo(UInt itinfo, LocaleID lcid)
           
 UInt IDispatchServer.getTypeInfoCount()
           
 void IDispatchServer.invoke(DispID dispidMember, IID riid, LocaleID lcid, UInt16 wFlags, DispParams pdispparams, Variant pvarResult, ExcepInfo pexcepinfo, UInt puArgErr)
           
 void IClassFactoryServer.lockServer(VariantBool fLock)
          Locks server.
 void IUnknownServer.queryInterface(IID iid, IUnknown pReqInterface)
           
 void IUnknownServer.queryInterfaceAggregated(IID iid, IUnknown pReqInterface)
          If an aggregate object exists, calls the queryInterface method for it; otherwise calls the queryInterface method for a current object.
 

Uses of ComException in com.jniwrapper.win32.com.types
 

Methods in com.jniwrapper.win32.com.types that throw ComException
static CLSID CLSID.createFromProgID(java.lang.String progID)
          Creates a new CLSID instance and looks for its value.
 

Constructors in com.jniwrapper.win32.com.types that throw ComException
CLSID(java.lang.String clsid)
          Constructs a new CLSID instance for the passed string implementation.
 

Uses of ComException in com.jniwrapper.win32.mshtml
 

Methods in com.jniwrapper.win32.mshtml that throw ComException
 void IDocHostUIHandler2.enableModeless(VariantBool fEnable)
           
 void IDocHostUIHandler.enableModeless(VariantBool fEnable)
           
 IDataObject IDocHostUIHandler2.filterDataObject(IDataObject pDO)
           
 IDataObject IDocHostUIHandler.filterDataObject(IDataObject pDO)
           
 IDropTarget IDocHostUIHandler2.getDropTarget(IDropTarget pDropTarget)
           
 IDropTarget IDocHostUIHandler.getDropTarget(IDropTarget pDropTarget)
           
 IDispatch IDocHostUIHandler2.getExternal()
           
 IDispatch IDocHostUIHandler.getExternal()
           
 void IDocHostUIHandler2.getHostInfo(DocHostUIInfo pInfo)
           
 void IDocHostUIHandler.getHostInfo(DocHostUIInfo pInfo)
           
 void IDocHostUIHandler2.getOptionKeyPath(Int32 pOLESTRchKey, Int32 dw)
           
 void IDocHostUIHandler.getOptionKeyPath(Int32 pOLESTRchKey, Int32 dw)
           
 void IDocHostUIHandler2.getOverrideKeyPath(Int32 pchKey, Int32 dw)
           
 void IDocHostUIHandler2.hideUI()
           
 void IDocHostUIHandler.hideUI()
           
 void IDocHostUIHandler2.onDocWindowActivate(VariantBool fActivate)
           
 void IDocHostUIHandler.onDocWindowActivate(VariantBool fActivate)
           
 void IDocHostUIHandler2.onFrameWindowActivate(VariantBool fActivate)
           
 void IDocHostUIHandler.onFrameWindowActivate(VariantBool fActivate)
           
 void IDocHostUIHandler2.resizeBorder(Rect prcBorder, IOleInPlaceUIWindow pUIWindow, VariantBool fRameWindow)
           
 void IDocHostUIHandler.resizeBorder(Rect prcBorder, IOleInPlaceUIWindow pUIWindow, VariantBool fRameWindow)
           
 void IDocHostUIHandler2.showContextMenu(ContextMenuTarget dwContext, Point pPOINT, IOleCommandTarget pCommandTarget, IDispatch HTMLTagElement)
           
 void IDocHostUIHandler.showContextMenu(ContextMenuTarget dwContext, Point pPOINT, IOleCommandTarget pCommandTarget, IDispatch HTMLTagElement)
           
 void IDocHostUIHandler2.showUI(Int32 dwID, IOleInPlaceActiveObject pActiveObject, IOleCommandTarget pCommandTarget, IOleInPlaceFrame pFrame, IOleInPlaceUIWindow pDoc)
           
 void IDocHostUIHandler.showUI(Int32 dwID, IOleInPlaceActiveObject pActiveObject, IOleCommandTarget pCommandTarget, IOleInPlaceFrame pFrame, IOleInPlaceUIWindow pDoc)
           
 void IDocHostUIHandler2.translateAccelerator(Msg lpmsg, GUID pguidCmdGroup, Int32 nCmdID)
           
 void IDocHostUIHandler.translateAccelerator(Msg lpmsg, GUID pguidCmdGroup, Int32 nCmdID)
           
 Int32 IDocHostUIHandler2.translateUrl(Int32 dwTranslate, Int32 pchURLIn)
           
 Int32 IDocHostUIHandler.translateUrl(Int32 dwTranslate, Int32 pchURLIn)
           
 void IDocHostUIHandler2.updateUI()
           
 void IDocHostUIHandler.updateUI()
           
 

Uses of ComException in com.jniwrapper.win32.mshtml.impl
 

Methods in com.jniwrapper.win32.mshtml.impl that throw ComException
 void IDocHostUIHandlerImpl.enableModeless(VariantBool fEnable)
           
 void IDocHostUIHandler2Impl.enableModeless(VariantBool fEnable)
           
 IDataObject IDocHostUIHandlerImpl.filterDataObject(IDataObject pDO)
           
 IDataObject IDocHostUIHandler2Impl.filterDataObject(IDataObject pDO)
           
 IDropTarget IDocHostUIHandlerImpl.getDropTarget(IDropTarget pDropTarget)
           
 IDropTarget IDocHostUIHandler2Impl.getDropTarget(IDropTarget pDropTarget)
           
 IDispatch IDocHostUIHandlerImpl.getExternal()
           
 IDispatch IDocHostUIHandler2Impl.getExternal()
           
 void IDocHostUIHandlerImpl.getHostInfo(DocHostUIInfo pInfo)
           
 void IDocHostUIHandler2Impl.getHostInfo(DocHostUIInfo pInfo)
           
 void IDocHostUIHandlerImpl.getOptionKeyPath(Int32 pOLESTRchKey, Int32 dw)
           
 void IDocHostUIHandler2Impl.getOptionKeyPath(Int32 pOLESTRchKey, Int32 dw)
           
 void IDocHostUIHandler2Impl.getOverrideKeyPath(Int32 pchKey, Int32 dw)
           
 void IDocHostUIHandlerImpl.hideUI()
           
 void IDocHostUIHandler2Impl.hideUI()
           
 void IDocHostUIHandlerImpl.onDocWindowActivate(VariantBool fActivate)
           
 void IDocHostUIHandler2Impl.onDocWindowActivate(VariantBool fActivate)
           
 void IDocHostUIHandlerImpl.onFrameWindowActivate(VariantBool fActivate)
           
 void IDocHostUIHandler2Impl.onFrameWindowActivate(VariantBool fActivate)
           
 void IDocHostUIHandlerImpl.resizeBorder(Rect prcBorder, IOleInPlaceUIWindow pUIWindow, VariantBool fRameWindow)
           
 void IDocHostUIHandler2Impl.resizeBorder(Rect prcBorder, IOleInPlaceUIWindow pUIWindow, VariantBool fRameWindow)
           
 void IDocHostUIHandlerImpl.showContextMenu(ContextMenuTarget dwContext, Point pPOINT, IOleCommandTarget pCommandTarget, IDispatch HTMLTagElement)
           
 void IDocHostUIHandler2Impl.showContextMenu(ContextMenuTarget dwContext, Point pPOINT, IOleCommandTarget pCommandTarget, IDispatch HTMLTagElement)
           
 void IDocHostUIHandlerImpl.showUI(Int32 dwID, IOleInPlaceActiveObject pActiveObject, IOleCommandTarget pCommandTarget, IOleInPlaceFrame pFrame, IOleInPlaceUIWindow pDoc)
           
 void IDocHostUIHandler2Impl.showUI(Int32 dwID, IOleInPlaceActiveObject pActiveObject, IOleCommandTarget pCommandTarget, IOleInPlaceFrame pFrame, IOleInPlaceUIWindow pDoc)
           
 void IDocHostUIHandlerImpl.translateAccelerator(Msg lpmsg, GUID pguidCmdGroup, Int32 nCmdID)
           
 void IDocHostUIHandler2Impl.translateAccelerator(Msg lpmsg, GUID pguidCmdGroup, Int32 nCmdID)
           
 Int32 IDocHostUIHandlerImpl.translateUrl(Int32 dwTranslate, Int32 pchURLIn)
           
 Int32 IDocHostUIHandler2Impl.translateUrl(Int32 dwTranslate, Int32 pchURLIn)
           
 void IDocHostUIHandlerImpl.updateUI()
           
 void IDocHostUIHandler2Impl.updateUI()
           
 

Constructors in com.jniwrapper.win32.mshtml.impl that throw ComException
IDocHostUIHandler2Impl(CLSID clsid, ClsCtx dwClsContext)
           
IDocHostUIHandler2Impl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IDocHostUIHandler2Impl(IUnknownImpl that)
           
IDocHostUIHandlerImpl(CLSID clsid, ClsCtx dwClsContext)
           
IDocHostUIHandlerImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IDocHostUIHandlerImpl(IUnknownImpl that)
           
 

Uses of ComException in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole that throw ComException
 void IOleDocumentSite.activateMe(IOleDocumentView pViewToActivate)
           
 Int32 IOleObject.advise(IAdviseSink pIAdviseSink)
           
 Int32 IConnectionPoint.advise(IUnknown pObjetPtr)
           
 void IOleDocumentView.applyViewState(IStream pStm)
           
 void IOleLink.bindIfRunning()
           
 void IOleLink.bindToSource(OleLinkBind bindflags, IBindCtx pbc)
           
 Int32 IOleCache.cache(FormatEtc pformatetc, AdviceFlags advf)
           
 void IOleInPlaceSite.canInPlaceActivate()
           
 void IOleObject.close(OleClose dwSaveOption)
           
 void IOleDocumentView.closeView(Int32 dwReserved)
           
static IUnknown OleFunctions.coGetInterfaceAndReleaseStream(IStream stream)
          Wrapper for CoGetInterfaceAndReleaseStream API function.
static IUnknown OleFunctions.coGetInterfaceAndReleaseStream(IStream stream, IID riid)
          Wrapper for CoGetInterfaceAndReleaseStream API function.
static void OleFunctions.coMarshalInterface(IStream pStm, IID riid, IUnknown pUnk, MshCtx dwDestContext, MshlFlags mshlflags)
          Wrapper for CoMarshalInterface API function.
static IStream OleFunctions.coMarshalInterThreadInterfaceInStream(IID riid, IUnknown pUnk)
          Wrapper for CoMarshalInterThreadInterfaceInStream method.
static IStream OleFunctions.coMarshalInterThreadInterfaceInStream(IUnknownImpl pUnk)
          Wrapper for CoMarshalInterThreadInterfaceInStream method.
 void IOleWindow.contextSensitiveHelp(VariantBool fEnterMode)
           
static void OleFunctions.coUnmarshalInterface(IStream pStm, IID riid, IUnknownImpl pUnk)
          Wrapper for CoUnmarshalInterface API function.
 IOleDocumentView IOleDocument.createView(IOleInPlaceSite pIPSite, IStream pStm, Int32 dwReserved)
           
 UInt32 IDataObject.DAdvise(FormatEtc pformatetc, AdviceFlags advf, IAdviseSink pAdvSink)
           
 void IOleInPlaceSite.deactivateAndUndo()
           
 void IOleInPlaceSite.discardUndoState()
           
 void IOleObject.doVerb(LongInt iVerb, Msg lpmsg, IOleClientSite pActiveSite, LongInt lindex, Wnd hwndParent, Rect lprcPosRect)
           
 void IDropTarget.dragEnter(IDataObject pDataObj, UInt32 grfKeyState, PointL pt, DropEffect pdwEffect)
           
 void IDropTarget.dragLeave()
           
 void IDropTarget.dragOver(UInt32 grfKeyState, PointL pt, DropEffect pdwEffect)
           
 void IViewObject.draw(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect, DvTargetDevice ptd, Int32 hdcTargetDev, Int32 hdcDraw, Rect lprcBounds, Rect lprcWBounds, Int32 pfnContinue, Int32 dwContinue)
           
 void IDropTarget.drop(IDataObject pDataObj, UInt32 grfKeyState, PointL pt, DropEffect pdwEffect)
           
 void IDataObject.DUnadvise(UInt32 dwConnection)
           
 void IOleInPlaceFrame.enableModeless(VariantBool fEnable)
           
 void IOleInPlaceActiveObject.enableModeless(VariantBool fEnable)
           
 IEnumStatData IOleObject.enumAdvise()
           
 IEnumStatData IOleCache.enumCache()
           
 IEnumConnectionPoints IConnectionPointContainer.enumConnectionPoints()
           
 IEnumConnections IConnectionPoint.enumConnections()
           
 IEnumStatData IDataObject.enumDAdvise()
           
 IEnumFormatEtc IDataObject.enumFormatEtc(DataDir dwDirection)
           
 IEnumString IBindCtx.enumObjectParam()
           
 IEnumUnknown IOleContainer.enumObjects(OleContf grfFlags)
           
 IEnumMoniker IRunningObjectTable.enumRunning()
           
 IEnumOleVerb IOleObject.enumVerbs()
           
 void IOleDocument.enumViews(IEnumOleDocumentViews ppenum, IOleDocumentView ppView)
           
 void IOleCommandTarget.exec(GUID pguidCmdGroup, Int32 nCmdID, OleCmdExecOpt nCmdexecopt, Variant pvaIn, Variant pvaOut)
           
 IConnectionPoint IConnectionPointContainer.findConnectionPoint(IID riid)
           
 Int32 IViewObject.freeze(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect)
           
 void IOleControl.freezeEvents(VariantBool bFreeze)
           
 void IViewObject.getAdvise(DvAspect pAspects, AdviceFlags pAdvf, IAdviseSink pIAdviseSink)
           
 void IBindCtx.getBindOptions(BindOptions pbindopts)
           
 Rect IOleInPlaceUIWindow.getBorder()
           
 IUnknown IOleLink.getBoundSource()
           
 FormatEtc IDataObject.getCanonicalFormatEtc(FormatEtc pformatectIn)
           
 ITypeInfo IProvideClassInfo.GetClassInfo()
           
 IOleClientSite IOleObject.getClientSite()
           
 IDataObject IOleObject.getClipboardData(Int32 dwReserved)
           
 Pointer IViewObject.getColorSet(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect, DvTargetDevice ptd, Int32 hicTargetDev)
           
 void IConnectionPoint.getConnectionInterface(IID piid)
           
 IConnectionPointContainer IConnectionPoint.getConnectionPointContainer()
           
 IOleContainer IOleClientSite.getContainer()
           
 ControlInfo IOleControl.getControlInfo()
           
 HResult IDataObject.getData(FormatEtc pformatetcIn, StgMedium pStgMediumIn)
           
 void IDataObject.getDataHere(FormatEtc pformatetc, StgMedium pmedium)
           
 Int32 IOleDocument.getDocMiscStatus()
           
 IUnknown IOleDocumentView.getDocument()
           
 IDispatch IOleControlSite.getExtendedControl()
           
 Size IOleObject.getExtent(DvAspect dwDrawAspect)
           
 Size IViewObject2.getExtent(DvAspect dwDrawAspect, Int32 lindex, DvTargetDevice ptd)
           
 IOleInPlaceSite IOleDocumentView.getInPlaceSite()
           
 void IObjectSafety.getInterfaceSafetyOptions(IID iid, UInt32 supportedOptions, UInt32 enabledOptions)
           
 OleMisc IOleObject.getMiscStatus(DvAspect dwAspect)
           
 IMoniker IOleObject.getMoniker(OleGetMoniker dwAssign, OleWhichMk dwWhichMoniker)
           
 IMoniker IOleClientSite.getMoniker(OleGetMoniker dwAssign, OleWhichMk dwWhichMoniker)
           
 IUnknown IRunningObjectTable.getObject(IMoniker pmkObjectName)
           
 IUnknown IBindCtx.getObjectParam(OleStr pszKey)
           
 Rect IOleDocumentView.getRect()
           
 IRunningObjectTable IBindCtx.getRunningObjectTable()
           
 IUnknown IObjectWithSite.getSite(IID riid)
           
 OleStr IOleLink.getSourceDisplayName()
           
 IMoniker IOleLink.getSourceMoniker()
           
 CY IRunningObjectTable.getTimeOfLastChange(IMoniker pmkObjectName)
           
 OleUpdate IOleLink.getUpdateOptions()
           
 CLSID IOleObject.getUserClassID()
           
 OleStr IOleObject.getUserType(UserClassType dwFormOfType)
           
 Wnd IOleWindow.getWindow()
           
 void IOleInPlaceSite.getWindowContext(IOleInPlaceFrame ppFrame, IOleInPlaceUIWindow ppDoc, Rect lprcPosRect, Rect lprcClipRect, OleInplaceFrameInfo lpFrameInfo)
           
 void IDropSource.giveFeedback(DropEffect dwEffect)
           
 void IOleCache.initCache(IDataObject pDataObject)
           
 void IOleObject.initFromData(IDataObject pDataObject, VariantBool fCreation, Int32 dwReserved)
           
 void IOleInPlaceObject.inPlaceDeactivate()
           
 void IOleInPlaceFrame.insertMenus(Int32 hmenuShared, OleMenuGroupWidths lpMenuWidths)
           
 IEnumStatData IEnumStatData.invokeClone()
           
 IEnumOleVerb IEnumOleVerb.invokeClone()
           
 IEnumOleDocumentViews IEnumOleDocumentViews.invokeClone()
           
 IEnumFormatEtc IEnumFormatEtc.invokeClone()
           
 IEnumConnections IEnumConnections.invokeClone()
           
 IEnumConnectionPoints IEnumConnectionPoints.invokeClone()
           
 IOleDocumentView IOleDocumentView.invokeClone(IOleInPlaceSite pIPSiteNew)
           
 void IRunningObjectTable.isRunning(IMoniker pmkObjectName)
           
 void IOleObject.isUpToDate()
           
 void IOleContainer.lockContainer(VariantBool fLock)
           
 void IOleControlSite.lockInPlaceActive(VariantBool fLock)
           
 void IRunningObjectTable.noteChangeTime(Int32 dwRegister, CY pFileTime)
           
static void OleFunctions.oleCreate(CLSID rclsid, IID riid, OleRender renderopt, FormatEtc pformatetc, IOleClientSite pClientSite, IStorage pStg, IUnknown ppvObject)
           
static void OleFunctions.oleCreateDefaultHandler(CLSID clsid, IUnknown pUnkOuter, IID riid, Pointer.Void lplpObj)
           
static void OleFunctions.oleCreateEx(CLSID rclsid, IID riid, OleCreate dwFlags, OleRender renderopt, Int32 cFormats, Int32 rgAdvf, FormatEtc rgFormatEtc, IAdviseSink lpAdviseSink, Int32 rgdwConnection, IOleClientSite pClientSite, IStorage pStg, Pointer.Void ppvObj)
           
static void OleFunctions.oleCreateFromData(IDataObject pSrcDataObj, IID riid, OleRender renderopt, FormatEtc pformatetc, IOleClientSite pClientSite, IStorage pStg, IUnknown resultObject)
           
static void OleFunctions.oleCreateFromDataEx(IDataObject pSrcDataObj, IID riid, OleCreate dwFlags, OleRender renderopt, Int32 cFormats, Int32 rgAdvf, FormatEtc rgFormatEtc, IAdviseSink lpAdviseSink, Int32 rgdwConnection, IOleClientSite pClientSite, IStorage pStg, Pointer.Void ppvObj)
           
static void OleFunctions.oleCreateFromFile(CLSID rclsid, BStr lpszFileName, IID riid, OleRender renderopt, FormatEtc rgFormatEtc, IOleClientSite pClientSite, IStorage pStg, IUnknown ppvObject)
           
static void OleFunctions.oleCreateFromFileEx(CLSID rclsid, BStr lpszFileName, IID riid, OleCreate dwFlags, OleRender renderopt, Int32 cFormats, Int32 rgAdvf, FormatEtc rgFormatEtc, IAdviseSink lpAdviseSink, Int32 rgdwConnection, IOleClientSite pClientSite, IStorage pStg, Pointer.Void ppvObj)
           
static void OleFunctions.oleCreateLink(IMoniker pmkLinkSrc, IID riid, OleRender renderopt, Pointer.Void rgFormatEtc, IOleClientSite pClientSite, IStorage pStg, Pointer.Void ppvObj)
           
static void OleFunctions.oleCreateLinkEx(IMoniker pmkLinkSrc, IID riid, OleCreate dwFlags, OleRender renderopt, Int32 cFormats, Int32 rgAdvf, Pointer.Void rgFormatEtc, IAdviseSink lpAdviseSink, Int32 rgdwConnection, IOleClientSite pClientSite, IStorage pStg, Pointer.Void ppvObj)
           
static void OleFunctions.oleCreateLinkFromData(IDataObject pSrcDataObj, IID riid, OleRender renderopt, Pointer.Void pformatetc, IOleClientSite pClientSite, IStorage pStg, Pointer.Void ppvObj)
           
static void OleFunctions.oleCreateLinkFromDataEx(IDataObject pSrcDataObj, IID riid, OleCreate dwFlags, OleRender renderopt, Int32 cFormats, Int32 rgAdvf, Pointer.Void rgFormatEtc, IAdviseSink lpAdviseSink, Int32 rgdwConnection, IOleClientSite pClientSite, IStorage pStg, Pointer.Void ppvObj)
           
static void OleFunctions.oleCreateLinkToFile(BStr lpszFileName, IID riid, OleRender renderopt, Pointer.Void rgFormatEtc, IOleClientSite pClientSite, IStorage pStg, Pointer.Void ppvObj)
           
static void OleFunctions.oleCreateLinkToFileEx(BStr lpszFileName, IID riid, OleCreate dwFlags, OleRender renderopt, Int32 cFormats, Int32 rgAdvf, Pointer.Void rgFormatEtc, IAdviseSink lpAdviseSink, Int32 rgdwConnection, IOleClientSite pClientSite, IStorage pStg, Pointer.Void ppvObj)
           
static void OleFunctions.oleCreateStaticFromData(IDataObject pSrcDataObj, IID iid, OleRender renderopt, Pointer.Void pformatetc, IOleClientSite pClientSite, IStorage pStg, Pointer.Void ppvObj)
           
static void OleFunctions.oleDestroyMenuDescriptor(Int32 holemenu)
           
static void OleFunctions.oleDraw(IUnknown pUnknown, DvAspect dwAspect, DC hdcDraw, Rect lprcBounds)
          The helper function can be used to draw objects more easily.
static void OleFunctions.oleFlushClipboard()
           
static IDataObject OleFunctions.oleGetClipboard()
           
static void OleFunctions.oleIsCurrentClipboard(IDataObject pDataObj)
           
static IUnknown OleFunctions.oleLoad(IStorage pStg, IID riid, IOleClientSite pClientSite)
           
static void OleFunctions.oleLoadFromStream(IStream pStm, IID iidInterface, Pointer.Void ppvObj)
           
static void OleFunctions.oleLockRunning(IUnknown pUnknown, VariantBool fLock, VariantBool fLastUnlockCloses)
           
static void OleFunctions.oleNoteObjectVisible(IUnknown pUnknown, VariantBool fVisible)
           
static void OleFunctions.oleRun(IUnknown pUnknown)
           
static void OleFunctions.oleSave(IPersistStorage pPS, IStorage pStg, VariantBool fSameAsLoad)
           
static void OleFunctions.oleSaveToStream(IPersistStream ppstm, IStream pStm)
           
static void OleFunctions.oleSetClipboard(IDataObject pDataObj)
           
static void OleFunctions.oleSetMenuDescriptor(Int32 holemenu, Int32 hwndFrame, Int32 hwndActiveObject, IOleInPlaceFrame lpFrame, IOleInPlaceActiveObject lpActiveObj)
           
static void OleFunctions.oleTranslateAccelerator(IOleInPlaceFrame lpFrame, OleInplaceFrameInfo lpFrameInfo, Msg lpmsg)
           
 void IOleControl.onAmbientPropertyChange(DispID dispID)
           
 void IPropertyNotifySink.onChanged(Int32 dispID)
           
 void IOleControlSite.onControlInfoChanged()
           
 void IOleInPlaceActiveObject.onDocWindowActivate(VariantBool fActivate)
           
 void IOleControlSite.onFocus(VariantBool fGotFocus)
           
 void IOleInPlaceActiveObject.onFrameWindowActivate(VariantBool fActivate)
           
 void IOleInPlaceSite.onInPlaceActivate()
           
 VariantBool IOleInPlaceSiteEx.onInPlaceActivateEx(UInt32 dwFlags)
           
 void IOleInPlaceSite.onInPlaceDeactivate()
           
 void IOleInPlaceSiteEx.onInPlaceDeactivateEx(VariantBool fNoRedraw)
           
 void IOleControl.onMnemonic(Msg pMsg)
           
 void IOleInPlaceSite.onPosRectChange(Rect lprcPosRect)
           
 void IPropertyNotifySink.onRequestEdit(Int32 dispID)
           
 void IOleClientSite.onShowWindow(VariantBool fShow)
           
 void IOleInPlaceSite.onUIActivate()
           
 void IOleInPlaceSite.onUIDeactivate(VariantBool fUndoable)
           
 void IOleDocumentView.open()
           
 IMoniker IParseDisplayName.parseDisplayName(IBindCtx pIBindCtx, OleStr pszDisplayName, Int32 pchEaten)
           
 void IDropSource.queryContinueDrag(VariantBool fEscapePressed, UInt32 grfKeyState)
           
 void IDataObject.queryGetData(FormatEtc pformatetc)
           
 void IOleCommandTarget.queryStatus(GUID pguidCmdGroup, Int32 cCmds, OleCmd prgCmds, OleCmdText pCmdText)
           
 void IOleInPlaceObject.reactivateAndUndo()
           
 Int32 IRunningObjectTable.register(RotFlags grfFlags, IUnknown pUnkObject, IMoniker pmkObjectName)
           
 void IBindCtx.registerObjectBound(IUnknown pUnk)
           
 void IBindCtx.registerObjectParam(OleStr pszKey, IUnknown pUnk)
           
 void IBindCtx.releaseBoundObjects()
           
 void IOleInPlaceFrame.removeMenus(Int32 hmenuShared)
           
 void IOleInPlaceUIWindow.requestBorderSpace(Rect pborderwidths)
           
 void IOleClientSite.requestNewObjectLayout()
           
 void IOleInPlaceSiteEx.requestUIActivate()
           
 void IEnumStatData.reset()
           
 void IEnumOleVerb.reset()
           
 void IEnumOleDocumentViews.reset()
           
 void IEnumFormatEtc.reset()
           
 void IEnumConnections.reset()
           
 void IEnumConnectionPoints.reset()
           
 void IOleInPlaceActiveObject.resizeBorder(Rect prcBorder, IOleInPlaceUIWindow pUIWindow, VariantBool fFrameWindow)
           
 void IRunningObjectTable.revoke(Int32 dwRegister)
           
 void IBindCtx.revokeObjectBound(IUnknown pUnk)
           
 void IBindCtx.revokeObjectParam(OleStr pszKey)
           
 void IOleClientSite.saveObject()
           
 void IOleDocumentView.saveViewState(IStream pStm)
           
 void IOleInPlaceSite.scroll(Int32 scrollX, Int32 scrollY)
           
 void IOleInPlaceUIWindow.setActiveObject(IOleInPlaceActiveObject pActiveObject, OleStr pszObjName)
           
 void IViewObject.setAdvise(DvAspect aspects, AdviceFlags advf, IAdviseSink pIAdviseSink)
           
 void IBindCtx.setBindOptions(BindOptions pbindopts)
           
 void IOleInPlaceUIWindow.setBorderSpace(Rect pborderwidths)
           
 void IOleObject.setClientSite(IOleClientSite ppClientSite)
           
 void IOleObject.setColorScheme(LogPalette pLogpal)
           
 void IOleCache.setData(FormatEtc pformatetc, StgMedium pmedium, VariantBool fRelease)
           
 void IDataObject.setData(FormatEtc pformatetc, StgMedium pmedium, VariantBool fRelease)
           
 void IOleObject.setExtent(DvAspect dwDrawAspect, Size pSIZE)
           
 void IOleObject.setHostNames(OleStr szContainerApp, OleStr szContainerObj)
           
 void IOleDocumentView.setInPlaceSite(IOleInPlaceSite pIPSite)
           
 void IObjectSafety.setInterfaceSafetyOptions(IID iid, UInt32 optionSetMask, UInt32 enabledOptions)
           
 void IOleInPlaceFrame.setMenu(Int32 hmenuShared, Int32 holemenu, Int32 hwndActiveObject)
           
 void IOleObject.setMoniker(OleWhichMk dwWhichMoniker, IMoniker pmIMoniker)
           
 void IOleInPlaceObject.setObjectRects(Rect lprcPosRect, Rect lprcClipRect)
           
 void IOleDocumentView.setRect(Rect prcView)
           
 void IOleDocumentView.setRectComplex(Rect prcView, Rect prcHScroll, Rect prcVScroll, Rect prcSizeBox)
           
 void IObjectWithSite.setSite(IUnknown pUnkSite)
           
 void IOleLink.setSourceDisplayName(OleStr pszStatusText)
           
 void IOleLink.setSourceMoniker(IMoniker pmk, CLSID rclsid)
           
 void IOleInPlaceFrame.setStatusText(OleStr pszStatusText)
           
 void IOleLink.setUpdateOptions(OleUpdate dwUpdateOpt)
           
 void IOleDocumentView.show(VariantBool fShow)
           
 void IOleClientSite.showObject()
           
 void IOleControlSite.showPropertyFrame()
           
 void IEnumStatData.skip(Int32 celt)
           
 void IEnumOleVerb.skip(Int32 celt)
           
 void IEnumOleDocumentViews.skip(Int32 cViews)
           
 void IEnumFormatEtc.skip(Int32 celt)
           
 void IEnumConnections.skip(Int32 cConnections)
           
 void IEnumConnectionPoints.skip(Int32 cConnections)
           
 void IOleControlSite.transformCoords(Point pPtlHimetric, PointF pPtfContainer, XFormCoords dwFlags)
           
 HResult IOleInPlaceActiveObject.translateAccelerator(Msg lpmsg)
           
 void IOleInPlaceFrame.translateAccelerator(Msg lpmsg, Int16 wID)
           
 void IOleControlSite.translateAccelerator(Msg pMsg, KeyModifiers grfModifiers)
           
 void IOleDocumentView.UIActivate(VariantBool fUIActivate)
           
 void IOleInPlaceObject.UIDeactivate()
           
 void IOleObject.unadvise(Int32 dwConnection)
           
 void IConnectionPoint.unadvise(Int32 dwCookie)
           
 void IOleLink.unbindSource()
           
 void IOleCache.uncache(Int32 dwConnection)
           
 void IViewObject.unfreeze(Int32 dwFreeze)
           
 void IOleObject.update()
           
 void IOleLink.update(IBindCtx pbc)
           
 

Uses of ComException in com.jniwrapper.win32.ole.impl
 

Methods in com.jniwrapper.win32.ole.impl that throw ComException
 void IOleDocumentSiteImpl.activateMe(IOleDocumentView pViewToActivate)
           
 Int32 IOleObjectImpl.advise(IAdviseSink pIAdviseSink)
           
 Int32 IConnectionPointImpl.advise(IUnknown pObjetPtr)
           
 void IOleDocumentViewImpl.applyViewState(IStream pStm)
           
 void IOleLinkImpl.bindIfRunning()
           
 void IOleLinkImpl.bindToSource(OleLinkBind bindflags, IBindCtx pbc)
           
 Int32 IOleCacheImpl.cache(FormatEtc pformatetc, AdviceFlags advf)
           
 void IOleInPlaceSiteImpl.canInPlaceActivate()
           
 void IOleObjectImpl.close(OleClose dwSaveOption)
           
 void IOleDocumentViewImpl.closeView(Int32 dwReserved)
           
 void IOleWindowImpl.contextSensitiveHelp(VariantBool fEnterMode)
           
 IOleDocumentView IOleDocumentImpl.createView(IOleInPlaceSite pIPSite, IStream pStm, Int32 dwReserved)
           
 UInt32 IDataObjectImpl.DAdvise(FormatEtc pformatetc, AdviceFlags advf, IAdviseSink pAdvSink)
           
 void IOleInPlaceSiteImpl.deactivateAndUndo()
           
 void IOleInPlaceSiteImpl.discardUndoState()
           
 void IOleObjectImpl.doVerb(LongInt iVerb, Msg lpmsg, IOleClientSite pActiveSite, LongInt lindex, Wnd hwndParent, Rect lprcPosRect)
           
 void IDropTargetImpl.dragEnter(IDataObject pDataObj, UInt32 grfKeyState, PointL pt, DropEffect pdwEffect)
           
 void IDropTargetImpl.dragLeave()
           
 void IDropTargetImpl.dragOver(UInt32 grfKeyState, PointL pt, DropEffect pdwEffect)
           
 void IViewObjectImpl.draw(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect, DvTargetDevice ptd, Int32 hdcTargetDev, Int32 hdcDraw, Rect lprcBounds, Rect lprcWBounds, Int32 pfnContinue, Int32 dwContinue)
           
 void IDropTargetImpl.drop(IDataObject pDataObj, UInt32 grfKeyState, PointL pt, DropEffect pdwEffect)
           
 void IDataObjectImpl.DUnadvise(UInt32 dwConnection)
           
 void IOleInPlaceFrameImpl.enableModeless(VariantBool fEnable)
           
 void IOleInPlaceActiveObjectImpl.enableModeless(VariantBool fEnable)
           
 IEnumStatData IOleObjectImpl.enumAdvise()
           
 IEnumStatData IOleCacheImpl.enumCache()
           
 IEnumConnectionPoints IConnectionPointContainerImpl.enumConnectionPoints()
           
 IEnumConnections IConnectionPointImpl.enumConnections()
           
 IEnumStatData IDataObjectImpl.enumDAdvise()
           
 IEnumFormatEtc IDataObjectImpl.enumFormatEtc(DataDir dwDirection)
           
 IEnumString IBindCtxImpl.enumObjectParam()
           
 IEnumUnknown IOleContainerImpl.enumObjects(OleContf grfFlags)
           
 IEnumMoniker IRunningObjectTableImpl.enumRunning()
           
 IEnumOleVerb IOleObjectImpl.enumVerbs()
           
 void IOleDocumentImpl.enumViews(IEnumOleDocumentViews ppenum, IOleDocumentView ppView)
           
 void IOleCommandTargetImpl.exec(GUID pguidCmdGroup, Int32 nCmdID, OleCmdExecOpt nCmdexecopt, Variant pvaIn, Variant pvaOut)
           
 IConnectionPoint IConnectionPointContainerImpl.findConnectionPoint(IID riid)
           
 Int32 IViewObjectImpl.freeze(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect)
           
 void IOleControlImpl.freezeEvents(VariantBool bFreeze)
           
 void IViewObjectImpl.getAdvise(DvAspect pAspects, AdviceFlags pAdvf, IAdviseSink pIAdviseSink)
           
 void IBindCtxImpl.getBindOptions(BindOptions pbindopts)
           
 Rect IOleInPlaceUIWindowImpl.getBorder()
           
 IUnknown IOleLinkImpl.getBoundSource()
           
 FormatEtc IDataObjectImpl.getCanonicalFormatEtc(FormatEtc pformatectIn)
           
 ITypeInfo IProvideClassInfoImpl.GetClassInfo()
           
 IOleClientSite IOleObjectImpl.getClientSite()
           
 IDataObject IOleObjectImpl.getClipboardData(Int32 dwReserved)
           
 Pointer IViewObjectImpl.getColorSet(DvAspect dwDrawAspect, Int32 lindex, DvAspectInfo pvAspect, DvTargetDevice ptd, Int32 hicTargetDev)
           
 void IConnectionPointImpl.getConnectionInterface(IID piid)
           
 IConnectionPointContainer IConnectionPointImpl.getConnectionPointContainer()
           
 IOleContainer IOleClientSiteImpl.getContainer()
           
 ControlInfo IOleControlImpl.getControlInfo()
           
 HResult IDataObjectImpl.getData(FormatEtc pformatetcIn, StgMedium pStgMediumIn)
           
 void IDataObjectImpl.getDataHere(FormatEtc pformatetc, StgMedium pmedium)
           
 Int32 IOleDocumentImpl.getDocMiscStatus()
           
 IUnknown IOleDocumentViewImpl.getDocument()
           
 IDispatch IOleControlSiteImpl.getExtendedControl()
           
 Size IOleObjectImpl.getExtent(DvAspect dwDrawAspect)
           
 Size IViewObject2Impl.getExtent(DvAspect dwDrawAspect, Int32 lindex, DvTargetDevice ptd)
           
 IOleInPlaceSite IOleDocumentViewImpl.getInPlaceSite()
           
 void IObjectSafetyImpl.getInterfaceSafetyOptions(IID iid, UInt32 supportedOptions, UInt32 enabledOptions)
           
 OleMisc IOleObjectImpl.getMiscStatus(DvAspect dwAspect)
           
 IMoniker IOleObjectImpl.getMoniker(OleGetMoniker dwAssign, OleWhichMk dwWhichMoniker)
           
 IMoniker IOleClientSiteImpl.getMoniker(OleGetMoniker dwAssign, OleWhichMk dwWhichMoniker)
           
 IUnknown IRunningObjectTableImpl.getObject(IMoniker pmkObjectName)
           
 IUnknown IBindCtxImpl.getObjectParam(OleStr pszKey)
           
 Rect IOleDocumentViewImpl.getRect()
           
 IRunningObjectTable IBindCtxImpl.getRunningObjectTable()
           
 IUnknown IObjectWithSiteImpl.getSite(IID riid)
           
 OleStr IOleLinkImpl.getSourceDisplayName()
           
 IMoniker IOleLinkImpl.getSourceMoniker()
           
 CY IRunningObjectTableImpl.getTimeOfLastChange(IMoniker pmkObjectName)
           
 OleUpdate IOleLinkImpl.getUpdateOptions()
           
 CLSID IOleObjectImpl.getUserClassID()
           
 OleStr IOleObjectImpl.getUserType(UserClassType dwFormOfType)
           
 Wnd IOleWindowImpl.getWindow()
           
 void IOleInPlaceSiteImpl.getWindowContext(IOleInPlaceFrame ppFrame, IOleInPlaceUIWindow ppDoc, Rect lprcPosRect, Rect lprcClipRect, OleInplaceFrameInfo lpFrameInfo)
           
 void IDropSourceImpl.giveFeedback(DropEffect dwEffect)
           
 void IOleCacheImpl.initCache(IDataObject pDataObject)
           
 void IOleObjectImpl.initFromData(IDataObject pDataObject, VariantBool fCreation, Int32 dwReserved)
           
 void IOleInPlaceObjectImpl.inPlaceDeactivate()
           
 void IOleInPlaceFrameImpl.insertMenus(Int32 hmenuShared, OleMenuGroupWidths lpMenuWidths)
           
 IEnumStatData IEnumStatDataImpl.invokeClone()
           
 IEnumOleVerb IEnumOleVerbImpl.invokeClone()
           
 IEnumOleDocumentViews IEnumOleDocumentViewsImpl.invokeClone()
           
 IEnumFormatEtc IEnumFormatEtcImpl.invokeClone()
           
 IEnumConnections IEnumConnectionsImpl.invokeClone()
           
 IEnumConnectionPoints IEnumConnectionPointsImpl.invokeClone()
           
 IOleDocumentView IOleDocumentViewImpl.invokeClone(IOleInPlaceSite pIPSiteNew)
           
 void IRunningObjectTableImpl.isRunning(IMoniker pmkObjectName)
           
 void IOleObjectImpl.isUpToDate()
           
 void IOleContainerImpl.lockContainer(VariantBool fLock)
           
 void IOleControlSiteImpl.lockInPlaceActive(VariantBool fLock)
           
 void IRunningObjectTableImpl.noteChangeTime(Int32 dwRegister, CY pFileTime)
           
 void IOleControlImpl.onAmbientPropertyChange(DispID dispID)
           
 void IPropertyNotifySinkImpl.onChanged(Int32 dispID)
           
 void IOleControlSiteImpl.onControlInfoChanged()
           
 void IOleInPlaceActiveObjectImpl.onDocWindowActivate(VariantBool fActivate)
           
 void IOleControlSiteImpl.onFocus(VariantBool fGotFocus)
           
 void IOleInPlaceActiveObjectImpl.onFrameWindowActivate(VariantBool fActivate)
           
 void IOleInPlaceSiteImpl.onInPlaceActivate()
           
 VariantBool IOleInPlaceSiteExImpl.onInPlaceActivateEx(UInt32 flags)
           
 void IOleInPlaceSiteImpl.onInPlaceDeactivate()
           
 void IOleInPlaceSiteExImpl.onInPlaceDeactivateEx(VariantBool fNoRedraw)
           
 void IOleControlImpl.onMnemonic(Msg pMsg)
           
 void IOleInPlaceSiteImpl.onPosRectChange(Rect lprcPosRect)
           
 void IPropertyNotifySinkImpl.onRequestEdit(Int32 dispID)
           
 void IOleClientSiteImpl.onShowWindow(VariantBool fShow)
           
 void IOleInPlaceSiteImpl.onUIActivate()
           
 void IOleInPlaceSiteImpl.onUIDeactivate(VariantBool fUndoable)
           
 void IOleDocumentViewImpl.open()
           
 IMoniker IParseDisplayNameImpl.parseDisplayName(IBindCtx pIBindCtx, OleStr pszDisplayName, Int32 pchEaten)
           
 void IDropSourceImpl.queryContinueDrag(VariantBool fEscapePressed, UInt32 grfKeyState)
           
 void IDataObjectImpl.queryGetData(FormatEtc pformatetc)
           
 void IOleCommandTargetImpl.queryStatus(GUID pguidCmdGroup, Int32 cCmds, OleCmd prgCmds, OleCmdText pCmdText)
           
 void IOleInPlaceObjectImpl.reactivateAndUndo()
           
 Int32 IRunningObjectTableImpl.register(RotFlags grfFlags, IUnknown pUnkObject, IMoniker pmkObjectName)
           
 void IBindCtxImpl.registerObjectBound(IUnknown pUnk)
           
 void IBindCtxImpl.registerObjectParam(OleStr pszKey, IUnknown pUnk)
           
 void IBindCtxImpl.releaseBoundObjects()
           
 void IOleInPlaceFrameImpl.removeMenus(Int32 hmenuShared)
           
 void IOleInPlaceUIWindowImpl.requestBorderSpace(Rect pborderwidths)
           
 void IOleClientSiteImpl.requestNewObjectLayout()
           
 void IOleInPlaceSiteExImpl.requestUIActivate()
           
 void IEnumStatDataImpl.reset()
           
 void IEnumOleVerbImpl.reset()
           
 void IEnumOleDocumentViewsImpl.reset()
           
 void IEnumFormatEtcImpl.reset()
           
 void IEnumConnectionsImpl.reset()
           
 void IEnumConnectionPointsImpl.reset()
           
 void IOleInPlaceActiveObjectImpl.resizeBorder(Rect prcBorder, IOleInPlaceUIWindow pUIWindow, VariantBool fFrameWindow)
           
 void IRunningObjectTableImpl.revoke(Int32 dwRegister)
           
 void IBindCtxImpl.revokeObjectBound(IUnknown pUnk)
           
 void IBindCtxImpl.revokeObjectParam(OleStr pszKey)
           
 void IOleClientSiteImpl.saveObject()
           
 void IOleDocumentViewImpl.saveViewState(IStream pStm)
           
 void IOleInPlaceSiteImpl.scroll(Int32 scrollX, Int32 scrollY)
           
 void IOleInPlaceUIWindowImpl.setActiveObject(IOleInPlaceActiveObject pActiveObject, OleStr pszObjName)
           
 void IViewObjectImpl.setAdvise(DvAspect aspects, AdviceFlags advf, IAdviseSink pIAdviseSink)
           
 void IBindCtxImpl.setBindOptions(BindOptions pbindopts)
           
 void IOleInPlaceUIWindowImpl.setBorderSpace(Rect pborderwidths)
           
 void IOleObjectImpl.setClientSite(IOleClientSite ppClientSite)
           
 void IOleObjectImpl.setColorScheme(LogPalette pLogpal)
           
 void IOleCacheImpl.setData(FormatEtc pformatetc, StgMedium pmedium, VariantBool fRelease)
           
 void IDataObjectImpl.setData(FormatEtc pformatetc, StgMedium pmedium, VariantBool fRelease)
           
 void IOleObjectImpl.setExtent(DvAspect dwDrawAspect, Size pSIZE)
           
 void IOleObjectImpl.setHostNames(OleStr szContainerApp, OleStr szContainerObj)
           
 void IOleDocumentViewImpl.setInPlaceSite(IOleInPlaceSite pIPSite)
           
 void IObjectSafetyImpl.setInterfaceSafetyOptions(IID iid, UInt32 optionSetMask, UInt32 enabledOptions)
           
 void IOleInPlaceFrameImpl.setMenu(Int32 hmenuShared, Int32 holemenu, Int32 hwndActiveObject)
           
 void IOleObjectImpl.setMoniker(OleWhichMk dwWhichMoniker, IMoniker pmIMoniker)
           
 void IOleInPlaceObjectImpl.setObjectRects(Rect lprcPosRect, Rect lprcClipRect)
           
 void IOleDocumentViewImpl.setRect(Rect prcView)
           
 void IOleDocumentViewImpl.setRectComplex(Rect prcView, Rect prcHScroll, Rect prcVScroll, Rect prcSizeBox)
           
 void IObjectWithSiteImpl.setSite(IUnknown pUnkSite)
           
 void IOleLinkImpl.setSourceDisplayName(OleStr pszStatusText)
           
 void IOleLinkImpl.setSourceMoniker(IMoniker pmk, CLSID rclsid)
           
 void IOleInPlaceFrameImpl.setStatusText(OleStr pszStatusText)
           
 void IOleLinkImpl.setUpdateOptions(OleUpdate dwUpdateOpt)
           
 void IOleDocumentViewImpl.show(VariantBool fShow)
           
 void IOleClientSiteImpl.showObject()
           
 void IOleControlSiteImpl.showPropertyFrame()
           
 void IEnumStatDataImpl.skip(Int32 celt)
           
 void IEnumOleVerbImpl.skip(Int32 celt)
           
 void IEnumOleDocumentViewsImpl.skip(Int32 cViews)
           
 void IEnumFormatEtcImpl.skip(Int32 celt)
           
 void IEnumConnectionsImpl.skip(Int32 cConnections)
           
 void IEnumConnectionPointsImpl.skip(Int32 cConnections)
           
 void IOleControlSiteImpl.transformCoords(Point pPtlHimetric, PointF pPtfContainer, XFormCoords dwFlags)
           
 HResult IOleInPlaceActiveObjectImpl.translateAccelerator(Msg lpmsg)
           
 void IOleInPlaceFrameImpl.translateAccelerator(Msg lpmsg, Int16 wID)
           
 void IOleControlSiteImpl.translateAccelerator(Msg pMsg, KeyModifiers grfModifiers)
           
 void IOleDocumentViewImpl.UIActivate(VariantBool fUIActivate)
           
 void IOleInPlaceObjectImpl.UIDeactivate()
           
 void IOleObjectImpl.unadvise(Int32 dwConnection)
           
 void IConnectionPointImpl.unadvise(Int32 dwCookie)
           
 void IOleLinkImpl.unbindSource()
           
 void IOleCacheImpl.uncache(Int32 dwConnection)
           
 void IViewObjectImpl.unfreeze(Int32 dwFreeze)
           
 void IOleObjectImpl.update()
           
 void IOleLinkImpl.update(IBindCtx pbc)
           
 

Constructors in com.jniwrapper.win32.ole.impl that throw ComException
IAdviseSinkImpl(CLSID clsid, ClsCtx dwClsContext)
           
IAdviseSinkImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IAdviseSinkImpl(IUnknownImpl that)
           
IBindCtxImpl(CLSID clsid, ClsCtx dwClsContext)
           
IBindCtxImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IBindCtxImpl(IUnknownImpl that)
           
IConnectionPointContainerImpl(CLSID clsid, ClsCtx dwClsContext)
           
IConnectionPointContainerImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IConnectionPointContainerImpl(IUnknownImpl that)
           
IConnectionPointImpl(CLSID clsid, ClsCtx dwClsContext)
           
IConnectionPointImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IConnectionPointImpl(IUnknownImpl that)
           
IContinueCallbackImpl(CLSID clsid, ClsCtx dwClsContext)
           
IContinueCallbackImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IContinueCallbackImpl(IUnknownImpl that)
           
IDataObjectImpl(CLSID clsid, ClsCtx dwClsContext)
           
IDataObjectImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IDataObjectImpl(IUnknownImpl that)
           
IDropSourceImpl(CLSID clsid, ClsCtx dwClsContext)
           
IDropSourceImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IDropSourceImpl(IUnknownImpl that)
           
IDropTargetImpl(CLSID clsid, ClsCtx dwClsContext)
           
IDropTargetImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IDropTargetImpl(IUnknownImpl that)
           
IEnumConnectionPointsImpl(CLSID clsid, ClsCtx dwClsContext)
           
IEnumConnectionPointsImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IEnumConnectionPointsImpl(IUnknownImpl that)
           
IEnumConnectionsImpl(CLSID clsid, ClsCtx dwClsContext)
           
IEnumConnectionsImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IEnumConnectionsImpl(IUnknownImpl that)
           
IEnumFormatEtcImpl(CLSID clsid, ClsCtx dwClsContext)
           
IEnumFormatEtcImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IEnumFormatEtcImpl(IUnknownImpl that)
           
IEnumOleDocumentViewsImpl(CLSID clsid, ClsCtx dwClsContext)
           
IEnumOleDocumentViewsImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IEnumOleDocumentViewsImpl(IUnknownImpl that)
           
IEnumOleVerbImpl(CLSID clsid, ClsCtx dwClsContext)
           
IEnumOleVerbImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IEnumOleVerbImpl(IUnknownImpl that)
           
IEnumStatDataImpl(CLSID clsid, ClsCtx dwClsContext)
           
IEnumStatDataImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IEnumStatDataImpl(IUnknownImpl that)
           
IInPlacePrintPreviewImpl(CLSID clsid, ClsCtx dwClsContext)
           
IInPlacePrintPreviewImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IInPlacePrintPreviewImpl(IUnknownImpl that)
           
IObjectSafetyImpl(CLSID clsid, ClsCtx dwClsContext)
           
IObjectSafetyImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IObjectSafetyImpl(IUnknownImpl that)
           
IObjectWithSiteImpl(CLSID clsid, ClsCtx dwClsContext)
           
IObjectWithSiteImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IObjectWithSiteImpl(IUnknownImpl that)
           
IOleCacheImpl(CLSID clsid, ClsCtx dwClsContext)
           
IOleCacheImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IOleCacheImpl(IUnknownImpl that)
           
IOleClientSiteImpl(CLSID clsid, ClsCtx dwClsContext)
           
IOleClientSiteImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IOleClientSiteImpl(IUnknownImpl that)
           
IOleCommandTargetImpl(CLSID clsid, ClsCtx dwClsContext)
           
IOleCommandTargetImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IOleCommandTargetImpl(IUnknownImpl that)
           
IOleContainerImpl(CLSID clsid, ClsCtx dwClsContext)
           
IOleContainerImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IOleContainerImpl(IUnknownImpl that)
           
IOleControlImpl(CLSID clsid, ClsCtx dwClsContext)
           
IOleControlImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IOleControlImpl(IUnknownImpl that)
           
IOleControlSiteImpl(CLSID clsid, ClsCtx dwClsContext)
           
IOleControlSiteImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IOleControlSiteImpl(IUnknownImpl that)
           
IOleDocumentImpl(CLSID clsid, ClsCtx dwClsContext)
           
IOleDocumentImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IOleDocumentImpl(IUnknownImpl that)
           
IOleDocumentSiteImpl(CLSID clsid, ClsCtx dwClsContext)
           
IOleDocumentSiteImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IOleDocumentSiteImpl(IUnknownImpl that)
           
IOleDocumentViewImpl(CLSID clsid, ClsCtx dwClsContext)
           
IOleDocumentViewImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IOleDocumentViewImpl(IUnknownImpl that)
           
IOleInPlaceActiveObjectImpl(CLSID clsid, ClsCtx dwClsContext)
           
IOleInPlaceActiveObjectImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IOleInPlaceActiveObjectImpl(IUnknownImpl that)
           
IOleInPlaceFrameImpl(CLSID clsid, ClsCtx dwClsContext)
           
IOleInPlaceFrameImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IOleInPlaceFrameImpl(IUnknownImpl that)
           
IOleInPlaceObjectImpl(CLSID clsid, ClsCtx dwClsContext)
           
IOleInPlaceObjectImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IOleInPlaceObjectImpl(IUnknownImpl that)
           
IOleInPlaceSiteExImpl(CLSID clsid, ClsCtx dwClsContext)
           
IOleInPlaceSiteExImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IOleInPlaceSiteExImpl(IUnknownImpl that)
           
IOleInPlaceSiteImpl(CLSID clsid, ClsCtx dwClsContext)
           
IOleInPlaceSiteImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IOleInPlaceSiteImpl(IUnknownImpl that)
           
IOleInPlaceUIWindowImpl(CLSID clsid, ClsCtx dwClsContext)
           
IOleInPlaceUIWindowImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IOleInPlaceUIWindowImpl(IUnknownImpl that)
           
IOleLinkImpl(CLSID clsid, ClsCtx dwClsContext)
           
IOleLinkImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IOleLinkImpl(IUnknownImpl that)
           
IOleObjectImpl(CLSID clsid, ClsCtx dwClsContext)
           
IOleObjectImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IOleObjectImpl(IUnknownImpl that)
           
IOleWindowImpl(CLSID clsid, ClsCtx dwClsContext)
           
IOleWindowImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IOleWindowImpl(IUnknownImpl that)
           
IParseDisplayNameImpl(CLSID clsid, ClsCtx dwClsContext)
           
IParseDisplayNameImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IParseDisplayNameImpl(IUnknownImpl that)
           
IPreviewCallbackImpl(CLSID clsid, ClsCtx dwClsContext)
           
IPreviewCallbackImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IPreviewCallbackImpl(IUnknownImpl that)
           
IPrintImpl(CLSID clsid, ClsCtx dwClsContext)
           
IPrintImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IPrintImpl(IUnknownImpl that)
           
IPropertyNotifySinkImpl(CLSID clsid, ClsCtx dwClsContext)
           
IPropertyNotifySinkImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IPropertyNotifySinkImpl(IUnknownImpl that)
           
IProvideClassInfoImpl(CLSID clsid, ClsCtx dwClsContext)
           
IProvideClassInfoImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IProvideClassInfoImpl(IUnknownImpl that)
           
IRunningObjectTableImpl(CLSID clsid, ClsCtx dwClsContext)
           
IRunningObjectTableImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IRunningObjectTableImpl(IUnknownImpl that)
           
IViewObject2Impl(CLSID clsid, ClsCtx dwClsContext)
           
IViewObject2Impl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IViewObject2Impl(IUnknownImpl that)
           
IViewObjectImpl(CLSID clsid, ClsCtx dwClsContext)
           
IViewObjectImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IViewObjectImpl(IUnknownImpl that)
           
 

Uses of ComException in com.jniwrapper.win32.stg
 

Methods in com.jniwrapper.win32.stg that throw ComException
 void IStream.commit(StgCommit grfCommitFlags)
           
 void IStorage.commit(StgCommit grfCommitFlags)
           
 void IStream.copyTo(IStream pstm, Int64 cb, Int64 pcbRead, Int64 pcbWritten)
           
 void IStorage.copyTo(UInt32 ciidExclude, ComplexArray rgiidExclude, SNB snbExclude, IStorage pstgDest)
           
static ILockBytes StorageFunctions.createILockBytesOnHGlobal(GlobalMemoryBlock global, boolean deleteOnRelease)
          Creates a byte array object that allows you to use global memory as the physical device underneath a compound file implementation.
 IStorage IStorage.createStorage(OleStr pwcsName, StgMode grfMode, UInt32 reserved1, UInt32 reserved2)
           
 IStream IStorage.createStream(OleStr pwcsName, StgMode grfMode, UInt32 reserved1, UInt32 reserved2)
           
static IStream StorageFunctions.createStreamOnHGlobal(GlobalMemoryBlock global, boolean deleteOnRelease)
          Creates a stream object stored in global memory.
 void IStorage.destroyElement(OleStr pwcsName)
           
 IEnumStatStg IStorage.enumElements(UInt32 reserved1, Pointer.Void reserved2, UInt32 reserved3)
           
 void ILockBytes.flush()
           
static GlobalMemoryBlock StorageFunctions.getGlobalFromILockBytes(ILockBytes lockBytes)
          Retrieves a global memory handle to a byte array object created using the CreateILockBytesOnHGlobal function.
 IStream IStream.invokeClone()
           
 IEnumStatStg IEnumStatStg.invokeClone()
           
 void ILockBytes.lockRegion(CY libOffset, CY cb, Int32 dwLockType)
           
 void IStream.lockRegion(Int64 libOffset, Int64 cb, LockType dwLockType)
           
 void IStorage.moveElementTo(OleStr pwcsName, IStorage pstgDest, OleStr pwcsNewName, StgMode grfFlags)
           
 IStorage IStorage.openStorage(OleStr pwcsName, IStorage pStgPriority, StgMode grfMode, SNB snbExclude, UInt32 reserved)
           
 IStream IStorage.openStream(OleStr pwcsName, Pointer.Void reserved1, StgMode grfMode, UInt32 reserved2)
           
 void ISequentialStream.read(Pointer.Void pv, ULongInt cb, ULongInt pcbRead)
           
 Int32 ILockBytes.readAt(CY ulOffset, Pointer.Void pv, Int32 cb)
           
static CLSID StorageFunctions.readClassStg(IStorage pStg)
           
static CLSID StorageFunctions.readClassStm(IStream pStg)
           
 void IStorage.renameElement(OleStr pwcsName, OleStr pwcsNewName)
           
 void IEnumStatStg.reset()
           
 void IStream.revert()
           
 void IStorage.revert()
           
 Int64 IStream.seek(Int64 dlibMove, StreamSeek dwOrigin)
           
 void IStorage.setClass(CLSID clsid)
           
 void IStorage.setElementTimes(OleStr pwcsName, FileTime pctime, FileTime patime, FileTime pmtime)
           
 void ILockBytes.setSize(CY cb)
           
 void IStream.setSize(Int64 libNewSize)
           
 void IStorage.setStateBits(UInt32 grfStateBits, UInt32 grfMask)
           
 void IEnumStatStg.skip(Int32 celt)
           
 StatStg IStream.stat(StatFlag grfStatFlag)
           
 StatStg IStorage.stat(StatFlag grfStatFlag)
           
 StatStg ILockBytes.stat(StatFlag grfStatFlag)
           
static IStorage StorageFunctions.stgCreateDocfile(BStr pwcsName, StgMode grfMode, Int32 reserved)
           
static IStorage StorageFunctions.stgCreateDocfileOnILockBytes(ILockBytes plkbyt, StgMode grfMode, Int32 reserved)
           
static IStorage StorageFunctions.stgCreateStorageEx(BStr pwcsName, StgMode grfMode, StgFmt stgfmt, UInt32 grfAttrs, StgOptions stgOptions, Pointer.Void reserved2, IID iid)
           
static boolean StorageFunctions.stgIsStorageFile(java.lang.String lpwcsFileName)
           
static IStorage StorageFunctions.stgOpenStorage(java.lang.String pwcsName, IStorage pstgPriority, StgMode grfMode, BStr snbExclude)
           
static IStorage StorageFunctions.stgOpenStorageEx(BStr pwcsName, StgMode grfMode, StgFmt stgfmt, UInt32 grfAttrs, StgOptions stgOptions, Pointer.Void reserved2, IID iid)
           
static IStorage StorageFunctions.stgOpenStorageOnILockBytes(ILockBytes plkbyt, IStorage pstgPriority, StgMode grfMode, BStr snbExclude, Int32 reserved)
           
 void IRootStorage.switchToFile(OleStr pszFile)
           
 void ILockBytes.unlockRegion(CY libOffset, CY cb, Int32 dwLockType)
           
 void IStream.unlockRegion(Int64 libOffset, Int64 cb, LockType dwLockType)
           
 void ISequentialStream.write(Pointer.Void pv, ULongInt cb, ULongInt pcbWritten)
           
 Int32 ILockBytes.writeAt(CY ulOffset, Pointer.Void pv, Int32 cb)
           
static void StorageFunctions.writeClassStg(IStorage pStg, CLSID rclsid)
           
static void StorageFunctions.writeClassStm(IStream pStg, CLSID rclsid)
           
 

Uses of ComException in com.jniwrapper.win32.stg.impl
 

Methods in com.jniwrapper.win32.stg.impl that throw ComException
 void IStreamImpl.commit(StgCommit grfCommitFlags)
           
 void IStorageImpl.commit(StgCommit grfCommitFlags)
           
 void IStreamImpl.copyTo(IStream pstm, Int64 cb, Int64 pcbRead, Int64 pcbWritten)
           
 void IStorageImpl.copyTo(UInt32 ciidExclude, ComplexArray rgiidExclude, SNB snbExclude, IStorage pstgDest)
           
 IStorage IStorageImpl.createStorage(OleStr pwcsName, StgMode grfMode, UInt32 reserved1, UInt32 reserved2)
           
 IStream IStorageImpl.createStream(OleStr pwcsName, StgMode grfMode, UInt32 reserved1, UInt32 reserved2)
           
 void IStorageImpl.destroyElement(OleStr pwcsName)
           
 IEnumStatStg IStorageImpl.enumElements(UInt32 reserved1, Pointer.Void reserved2, UInt32 reserved3)
           
 void ILockBytesImpl.flush()
           
 IStream IStreamImpl.invokeClone()
           
 IEnumStatStg IEnumStatStgImpl.invokeClone()
           
 void ILockBytesImpl.lockRegion(CY libOffset, CY cb, Int32 dwLockType)
           
 void IStreamImpl.lockRegion(Int64 libOffset, Int64 cb, LockType dwLockType)
           
 void IStorageImpl.moveElementTo(OleStr pwcsName, IStorage pstgDest, OleStr pwcsNewName, StgMode grfFlags)
           
 IStorage IStorageImpl.openStorage(OleStr pwcsName, IStorage pStgPriority, StgMode grfMode, SNB snbExclude, UInt32 reserved)
           
 IStream IStorageImpl.openStream(OleStr pwcsName, Pointer.Void reserved1, StgMode grfMode, UInt32 reserved2)
           
 void ISequentialStreamImpl.read(Pointer.Void pv, ULongInt cb, ULongInt pcbRead)
           
 Int32 ILockBytesImpl.readAt(CY ulOffset, Pointer.Void pv, Int32 cb)
           
 void IStorageImpl.renameElement(OleStr pwcsName, OleStr pwcsNewName)
           
 void IEnumStatStgImpl.reset()
           
 void IStreamImpl.revert()
           
 void IStorageImpl.revert()
           
 Int64 IStreamImpl.seek(Int64 dlibMove, StreamSeek dwOrigin)
           
 void IStorageImpl.setClass(CLSID clsid)
           
 void IStorageImpl.setElementTimes(OleStr pwcsName, FileTime pctime, FileTime patime, FileTime pmtime)
           
 void ILockBytesImpl.setSize(CY cb)
           
 void IStreamImpl.setSize(Int64 libNewSize)
           
 void IStorageImpl.setStateBits(UInt32 grfStateBits, UInt32 grfMask)
           
 void IEnumStatStgImpl.skip(Int32 celt)
           
 StatStg IStreamImpl.stat(StatFlag grfStatFlag)
           
 StatStg IStorageImpl.stat(StatFlag grfStatFlag)
           
 StatStg ILockBytesImpl.stat(StatFlag grfStatFlag)
           
 void IRootStorageImpl.switchToFile(OleStr pszFile)
           
 void ILockBytesImpl.unlockRegion(CY libOffset, CY cb, Int32 dwLockType)
           
 void IStreamImpl.unlockRegion(Int64 libOffset, Int64 cb, LockType dwLockType)
           
 void ISequentialStreamImpl.write(Pointer.Void pv, ULongInt cb, ULongInt pcbWritten)
           
 Int32 ILockBytesImpl.writeAt(CY ulOffset, Pointer.Void pv, Int32 cb)
           
 

Constructors in com.jniwrapper.win32.stg.impl that throw ComException
IEnumStatStgImpl(CLSID clsid, ClsCtx dwClsContext)
           
IEnumStatStgImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IEnumStatStgImpl(IUnknownImpl that)
           
ILockBytesImpl(CLSID clsid, ClsCtx dwClsContext)
           
ILockBytesImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
ILockBytesImpl(IUnknownImpl that)
           
IRootStorageImpl(CLSID clsid, ClsCtx dwClsContext)
           
IRootStorageImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IRootStorageImpl(IUnknownImpl that)
           
ISequentialStreamImpl(CLSID clsid, ClsCtx dwClsContext)
           
ISequentialStreamImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
ISequentialStreamImpl(IUnknownImpl that)
           
IStorageImpl(CLSID clsid, ClsCtx dwClsContext)
           
IStorageImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IStorageImpl(IUnknownImpl that)
           
IStreamImpl(CLSID clsid, ClsCtx dwClsContext)
           
IStreamImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IStreamImpl(IUnknownImpl that)