FlexCOM Helper Functions

Function

Returns

IsComObject

Returns True if the passed value is a non-Null IDispatch* value. Otherwise returns False.

IsNullComObject

Returns True if the passed parameter is of type variant Idispatch* and is set to NULL. It will return False if the passed value is a non-NULL IDispatch* value.

IsSameComObject

Compares two variant IDispatch* parameters and returns True if they point to the same COM object.

NullComObject

Returns a NULL value of variant type IDispatch*.