| Other DISPCALLER membersPrivate methods - listed for information onlybool    CreateArray(); // internally used to create the parameters array
 bool    DestroyArray(); // internally used to destroy the parameters array
 bool    AddToArray(VARIANT* v); // Internally used to add parameters to the
    array - use << operators from outside
 Methods safe for external callsint GetParamCount(); // Returns current parameters count
 VARIANT VariantBool(bool b); // returns initialized VARIANT with type VT_BOOL and value
    passed as parameter
 VARIANT VariantError(HRESULT hr = E_FAIL); // returns initialized VT_ERROR variant with
    scode = hr parameter passed
   
     See also: 
      << operatorsVariantCall method
 |