Public Attributes | |
nsISupports * | currentstub |
interface pointer to stub. More... | |
nsIInterfaceInfo * | interfaceinfo |
interfaceinfo pointer of stub. More... | |
int | nestlevel |
current nesting level on this thread. More... | |
nsresult | returnCode |
holds a return code for this invocation. More... |
Definition at line 51 of file TclXPCOMStubs.cpp.
|
interface pointer to stub.
Definition at line 52 of file TclXPCOMStubs.cpp. Referenced by TclXPCOM_CallMethod, TclXPCOM_GetCurrentComponentContext, and TclXPCOM_SetReturnCode. |
|
interfaceinfo pointer of stub.
Definition at line 53 of file TclXPCOMStubs.cpp. Referenced by TclXPCOM_CallMethod, and TclXPCOM_GetCurrentComponentContext. |
|
current nesting level on this thread.
Definition at line 54 of file TclXPCOMStubs.cpp. Referenced by TclXPCOM_CallMethod. |
|
holds a return code for this invocation.
Definition at line 55 of file TclXPCOMStubs.cpp. Referenced by TclXPCOM_CallMethod, and TclXPCOM_SetReturnCode. |