| Added Methods |
void coCancelCall(int, int)
|
Requests cancellation of an outbound DCOM method call pending on a specified thread. |
IMessageFilterImpl coRegisterMessageFilter(IMessageFilterImpl)
|
Registers with OLE the instance of an IMessageFilter interface which is to be used for handling concurrency issues on the current thread. |
IMoniker createClassMoniker(CLSID)
|
Creates a class moniker that refers to the given class. |
ICreateErrorInfo createErrorInfo()
|
Creates an instance of a generic error object. |
IMoniker createFileMoniker(File)
|
Creates a file moniker based on the specified path. |
IMoniker createGenericComposite(IMoniker, IMoniker)
|
Performs a generic composition of two monikers and supplies a pointer to the resulting composite moniker. |
IMoniker createItemMoniker(String, String)
|
Creates an item moniker that identifies an object within a containing object (typically a compound document). |
IMoniker createObjrefMoniker(IUnknown)
|
Creates an OBJREF moniker based on a pointer to an object. |
IMoniker createPointerMoniker(IUnknown)
|
Creates a pointer moniker based on a pointer to an object. |
HResult getErrorInfo(IErrorInfoImpl)
|
This function retrieves the error information pointer set by the previous call to SetErrorInfo in the current logical thread. |
IErrorInfo getErrorInfo()
|
This function retrieves the error information pointer set by the previous call to SetErrorInfo in the current logical thread. |
IRunningObjectTable getRunningObjectTable()
|
Supplies a pointer to the com.jniwrapper.win32.ole.IRunningObjectTable interface on the local Running Object Table (ROT). |
void setErrorInfo(IErrorInfo)
|
Sets the error information object for the current logical thread of execution. |