All Manuals > LispWorks COM/Automation User Guide and Reference Manual > 2 COM Reference Entries

NextPrevUpTopContentsIndex

refguid

FLI type descriptor
Summary

A FLI type used to refer to GUID objects.

Package

com

Signature

refguid

Description

The refguid type is a pointer to a GUID structure, like the type REFGUID in C. In addition, a table of named refguids is maintained, using the names chosen when COM interface types are converted to a Lisp FLI definitions by midl or parsing a type library.

Example
(typep (com-interface-refguid 'i-unknown) 'refguid)
=> t
See also

com-interface-refguid
guid-equal
guid-to-string
make-guid-from-string
refguid-interface-name
refiid
midl


LispWorks COM/Automation User Guide and Reference Manual - 14 Feb 2015

NextPrevUpTopContentsIndex