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

^ 
EntityTypeScopeShort Description
~VB_Marshalldestructor publicautomatically generated
VB_Marshallconstructor publicautomatically generated
VB_Marshallconstructor publicautomatically generated
GetVariablestatic method publicundocumented
GetVariablestatic method publicundocumented
operator =operator publicautomatically 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.