A FLI type used to refer to GUID objects.
com
refguid
The FLI type refguid
type is a pointer to a GUID structure, like the type REFGUID
in C. In addition, a table of named refguid
s is maintained, using the names chosen when COM interface types are converted to a Lisp FLI definitions by midl or parsing a type library.
(typep (com-interface-refguid 'i-unknown) 'refguid) => t
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