A B C D E F G H I J K L M N O P Q R S T U V W

C

call(JICallObject) - Method in interface org.jinterop.dcom.core.IJIComObject
Executes a method call on the actual COM object represented by this interface.
call(JICallObject, int) - Method in interface org.jinterop.dcom.core.IJIComObject
Executes a method call on the actual COM object represented by this interface.
CALLCONV - Interface in org.jinterop.dcom.win32
From MSDN
Identifies the calling convention used by a member function.
callConv - Variable in class org.jinterop.dcom.win32.FuncDesc
 
callMethod(String) - Method in interface org.jinterop.dcom.win32.IJIDispatch
Performs a method call for the method identified by the name parameter.
callMethod(int) - Method in interface org.jinterop.dcom.win32.IJIDispatch
Performs a method call for the method identified by the dispId parameter.
callMethod(String, Object[]) - Method in interface org.jinterop.dcom.win32.IJIDispatch
Performs a method call for the method identified by the name parameter.
callMethod(int, Object[]) - Method in interface org.jinterop.dcom.win32.IJIDispatch
Performs a method call for the method identified by the dispId parameter.
callMethod(String, Object[], int[]) - Method in interface org.jinterop.dcom.win32.IJIDispatch
Performs a method call for the method identified by the name parameter.
callMethod(int, Object[], int[]) - Method in interface org.jinterop.dcom.win32.IJIDispatch
Performs a method call for the method identified by the dispId parameter.
callMethod(String, Object[], String[]) - Method in interface org.jinterop.dcom.win32.IJIDispatch
Performs a method call for the method identified by the name parameter.
callMethodA(String) - Method in interface org.jinterop.dcom.win32.IJIDispatch
Performs a method call for the method identified by the name parameter.
callMethodA(int) - Method in interface org.jinterop.dcom.win32.IJIDispatch
Performs a method call for the method identified by the dispId parameter.
callMethodA(String, Object[]) - Method in interface org.jinterop.dcom.win32.IJIDispatch
Performs a method call for the method identified by the name parameter.
callMethodA(int, Object[]) - Method in interface org.jinterop.dcom.win32.IJIDispatch
Performs a method call for the method identified by the dispId parameter.
callMethodA(String, Object[], int[]) - Method in interface org.jinterop.dcom.win32.IJIDispatch
Performs a method call for the method identified by the name parameter.
callMethodA(int, Object[], int[]) - Method in interface org.jinterop.dcom.win32.IJIDispatch
Performs a method call for the method identified by the dispId parameter.
callMethodA(String, Object[], String[]) - Method in interface org.jinterop.dcom.win32.IJIDispatch
Performs a method call for the method identified by the name parameter.
canInPlaceActivate() - Method in interface org.jinterop.dcom.win32.IJIOleInPlaceSite
 
cbAlignment - Variable in class org.jinterop.dcom.win32.TypeAttr
 
cbSizeInstance - Variable in class org.jinterop.dcom.win32.TypeAttr
 
cbSizeVft - Variable in class org.jinterop.dcom.win32.TypeAttr
 
CC_CDECL - Static variable in interface org.jinterop.dcom.win32.CALLCONV
 
CC_FASTCALL - Static variable in interface org.jinterop.dcom.win32.CALLCONV
 
CC_FPFASTCALL - Static variable in interface org.jinterop.dcom.win32.CALLCONV
 
CC_MACPASCAL - Static variable in interface org.jinterop.dcom.win32.CALLCONV
 
CC_MAX - Static variable in interface org.jinterop.dcom.win32.CALLCONV
 
CC_MPWCDECL - Static variable in interface org.jinterop.dcom.win32.CALLCONV
 
CC_MPWPASCAL - Static variable in interface org.jinterop.dcom.win32.CALLCONV
 
CC_MSCPASCAL - Static variable in interface org.jinterop.dcom.win32.CALLCONV
 
CC_PASCAL - Static variable in interface org.jinterop.dcom.win32.CALLCONV
 
CC_STDCALL - Static variable in interface org.jinterop.dcom.win32.CALLCONV
 
CC_SYSCALL - Static variable in interface org.jinterop.dcom.win32.CALLCONV
 
cDims - Variable in class org.jinterop.dcom.win32.ArrayDesc
 
cElements - Variable in class org.jinterop.dcom.win32.SafeArrayBounds
 
cFuncs - Variable in class org.jinterop.dcom.win32.TypeAttr
 
cImplTypes - Variable in class org.jinterop.dcom.win32.TypeAttr
 
clazzType - Variable in class org.jinterop.winreg.IJIWinReg.setValue
 
Clone() - Method in interface org.jinterop.dcom.win32.IJIEnumVARIANT
From MSDN:- Creates a copy of the current state of enumeration.
close(int) - Method in interface org.jinterop.dcom.win32.IJIOleObject
 
closeConnection() - Method in interface org.jinterop.winreg.IJIWinReg
Closes this connection, but a word of caution, it does not close any OPEN Key.
closeView(int) - Method in interface org.jinterop.dcom.win32.IJIOleDocumentView
 
CO_E_BAD_SERVER_NAME - Static variable in class org.jinterop.dcom.common.JIErrorCodes
A Remote activation was necessary but the server name provided was invalid.
CO_E_CREATEPROCESS_FAILURE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The server process could not be started.
CO_E_LAUNCH_PERMSSION_DENIED - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The client is not allowed to launch this server.
CO_E_RUNAS_CREATEPROCESS_FAILURE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The server process could not be started as the configured identity.
CO_E_RUNAS_LOGON_FAILURE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
The server process could not be started because the configured identity is incorrect.
CO_E_SERVER_EXEC_FAILURE - Static variable in class org.jinterop.dcom.common.JIErrorCodes
Server execution failed.
contextSensitiveHelp(boolean) - Method in interface org.jinterop.dcom.win32.IJIOleWindow
 
contextSensitiveHelp(boolean) - Method in class org.jinterop.dcom.win32.JIOleFrame
 
cParams - Variable in class org.jinterop.dcom.win32.FuncDesc
 
cParamsOpt - Variable in class org.jinterop.dcom.win32.FuncDesc
 
createCOMInstance(String, IJIComObject) - Static method in class org.jinterop.dcom.win32.JIComFactory
Returns an IJIComObject as reference to the interface defined by IID.
createCOMInstance(IJIComObject, JIInterfacePointer) - Static method in class org.jinterop.dcom.win32.JIComFactory
Returns an IJIComObject as reference to the interface defined by ptr.getIID().
createInstance() - Method in class org.jinterop.dcom.core.JIComServer
Returns a IJIComObject representing the COM Server.
createInstance(String) - Method in interface org.jinterop.dcom.win32.IJITypeInfo
Creates a new instance of a type that describes a component object class (coclass).
createSession(IJIAuthInfo) - Static method in class org.jinterop.dcom.core.JISession
Creates a session with the authInfo of the user.
createSession(String, String, String) - Static method in class org.jinterop.dcom.core.JISession
Creates a session.
createSession(JISession) - Static method in class org.jinterop.dcom.core.JISession
Creates a new Session , using credentials of the session sent as parameter.
cScodes - Variable in class org.jinterop.dcom.win32.FuncDesc
 
cVars - Variable in class org.jinterop.dcom.win32.TypeAttr
 

A B C D E F G H I J K L M N O P Q R S T U V W