The ancestor of an COM object implementation classes.
com
The class com-object
is the ancestor of all COM object implementation classes. In general, it is more useful to inherit from its subclass standard-i-unknown, which provides an implementation of the i-unknown interface.
For a COM object my-doc
:
(typep my-doc 'com-object) => t
COM/Automation User Guide and Reference Manual - 01 Dec 2021 19:38:38