Return the refguid object for a named COM interface.
com
com-interface-refguid interface-name => refguid
interface-name⇩ |
A symbol naming a COM interface. |
refguid |
The refguid object matching interface-name. |
The function com-interface-refguid
returns a refguid object that matches interface-name, which should be a symbol as described in 1.3 The mapping from COM names to Lisp symbols. This definition of this COM interface must have been converted to Lisp FLI definitions as in 1.2.2 Generating FLI definitions from COM definitions or 3.1 Including Automation in a Lisp application.
(guid-to-string (com-interface-refguid 'i-unknown)) => "00000000-0000-0000-C000-000000000046"
refguid
guid-equal
guid-to-string
make-guid-from-string
refguid-interface-name
COM/Automation User Guide and Reference Manual - 01 Dec 2021 19:38:38