XLine | classes |
class VB_Marshall | ? ^ |
The Visual Basic Marshalling Code.
This class makes it easy to pass data back and forth from the client application in 10k-100k quantities.
- Source:
- VB_Marshall.h:15
- Author:
- Green Lizard Staff
- Version:
- 1.01
Contents | ^ |
Entity Type Scope Short Description ~VB_Marshall destructor public automatically generated VB_Marshall constructor public automatically generated VB_Marshall constructor public automatically generated GetVariable static method public undocumented GetVariable static method public undocumented operator = operator public automatically generated
destructor ~VB_Marshall | ? ^ > |
automatically generated
- Source:
- VB_Marshall.h
- Code:
public ~ VB_Marshall ( )
constructor VB_Marshall | ? ^ < > |
automatically generated
- Source:
- VB_Marshall.h
- Code:
public VB_Marshall ( )
constructor VB_Marshall | ? ^ < > |
automatically generated
- Source:
- VB_Marshall.h
- Code:
public VB_Marshall ( const VB_Marshall & )
static method GetVariable | ? ^ < > |
undocumented
- Source:
- VB_Marshall.h:19
- Code:
public static BOOL GetVariable ( int & result , const VARIANT FAR & v_arg )
static method GetVariable | ? ^ < > |
undocumented
- Source:
- VB_Marshall.h:20
- Code:
public static BOOL GetVariable ( CString & result , const VARIANT FAR & v_arg )
operator = | ? ^ < > |
automatically generated
- Source:
- VB_Marshall.h
- Code:
public VB_Marshall & operator = ( const VB_Marshall & )
Created Sun May 14 08:06:43 2006.
This documentation was generated automatically by
ccdoc v08r40 2003/05/15 bin_opt_msvc_MSWin32-x86-multi-thread-4.0.
Click here to submit a bug report or feature request for ccdoc.
Click here to return to the top of the page.