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

refguid FLI Type Descriptor

Summary

A FLI type used to refer to GUID objects.

Package

com

Syntax

refguid

Description

The FLI type 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.

Examples
(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


COM/Automation User Guide and Reference Manual - 01 Dec 2021 19:38:38