| Calling dispatch methods
      
        | VARIANT DISPCALLER::VariantCall( |  
        |  | LPCTSTR | szMethod | // Dispatch method name to call |  
        | ); |  Calls dispatch method and passes the parameters from the list created using the
    << operators. Returns VARIANT that holds the retuned value. Caller is responsible
    for clearing the VARIANT returned.   
     Remarks: 
      These method(s) use internally maintained parameter list to pass parameters to the
      method called. See also: 
      << operators |