NextPrevUpTopContentsIndex

com-interface-refguid

Function
Summary

Return the refguid object for a named COM interface.

Package

com

Signature

com-interface-refguid interface-name => refguid

Arguments

interface-name

A symbol naming a COM interface.

Values

refguid

The refguid object matching interface-name .

Description

The function com-interface-refguid returns a refguid object that matches interface-name , which should be a symbol as described in The mapping from COM names to Lisp symbols. This definition of this COM interface must have been converted to Lisp FLI definitions as in Generating FLI definitions from COM definitions or Including Automation in a Lisp application.

Examples
(guid-to-string (com-interface-refguid 'i-unknown))
=> "00000000-0000-0000-C000-000000000046"
See also

refguid
guid-equal
guid-to-string
make-guid-from-string
refguid-interface-name


LispWorks COM/Automation User Guide and Reference Manual - 21 Feb 2008

NextPrevUpTopContentsIndex