Other DISPCALLER members
Private methods - listed for information only
bool 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 calls
int 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:
<< operators
VariantCall method
|