Main Page   Compound List   File List   Compound Members   File Members  

CurrentStubInfo Struct Reference

List of all members.

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...


Detailed Description

Structure holding the current Tcl component stub being invoked in a particular thread. If no stub is being invoked, 'currentstub' and 'interfaceinfo' will be NULL.

Definition at line 51 of file TclXPCOMStubs.cpp.


Member Data Documentation

nsISupports* CurrentStubInfo::currentstub
 

interface pointer to stub.

Definition at line 52 of file TclXPCOMStubs.cpp.

Referenced by TclXPCOM_CallMethod, TclXPCOM_GetCurrentComponentContext, and TclXPCOM_SetReturnCode.

nsIInterfaceInfo* CurrentStubInfo::interfaceinfo
 

interfaceinfo pointer of stub.

Definition at line 53 of file TclXPCOMStubs.cpp.

Referenced by TclXPCOM_CallMethod, and TclXPCOM_GetCurrentComponentContext.

int CurrentStubInfo::nestlevel
 

current nesting level on this thread.

Definition at line 54 of file TclXPCOMStubs.cpp.

Referenced by TclXPCOM_CallMethod.

nsresult CurrentStubInfo::returnCode
 

holds a return code for this invocation.

Definition at line 55 of file TclXPCOMStubs.cpp.

Referenced by TclXPCOM_CallMethod, and TclXPCOM_SetReturnCode.


The documentation for this struct was generated from the following file:
Generated on Fri Jun 14 23:25:52 2002 for TclXPCOM by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002