NextPrevUpTopContentsIndex

guid-to-string

Function
Summary

Converts a GUID to a string of hex characters.

Package

com

Signature

guid-to-string guid => guid-string

Arguments

guid

A foreign pointer to a GUID object.

Values

guid-string

A string in the standard hex format for GUIDs.

Description

The function guid-to-string converts the data in the guid to a string of hex characters in the standard-format.

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

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


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

NextPrevUpTopContentsIndex