CallCOM

Syntax:

CallCOM( #METHOD, OBJECT [, ...] )

Parameters:

#METHOD

=

offset of the method in the vtable

OBJECT

=

the object itself (this)

[...]

=

optional arguments


Description:

calls a method in a COM interface


Remarks:

This command is not needed anymore because

PureBasic supports Interface/EndInterface

since version 3.80 (6th October 2003).


Included for compatibility with old sources.



Supported OS:   Windows