Converts a GUID to a string of hex characters.
com
guid-to-string guid => guid-string
guid⇩ |
A foreign pointer to a GUID object. |
guid-string |
A string in the standard hex format for GUIDs. |
The function guid-to-string
converts the data in guid to a string of hex characters in the standard-format.
(guid-to-string (com-interface-refguid 'i-unknown)) => "00000000-0000-0000-C000-000000000046"
refguid
com-interface-refguid
guid-equal
make-guid-from-string
refguid-interface-name
COM/Automation User Guide and Reference Manual - 01 Dec 2021 19:38:38