COM Interface Adapter Method

Top  Previous  Next

An COM interface adapter method adapts a method defined in a COM interface which cannot be called from Xbase++ directly. It normally bears the same name as the adapted method. It takes care of parameter and return value conversion and buffer memory management. It appears to make the adapted method directly callable from Xbase++.