COM.StringFromIID

From Xojo Documentation

Method

COM.StringFromIID(iid as Ptr) As String

Supported for all project types and targets.

Converts an IID to a string representation of the form {B1EFC382-9355-11D0-835C-00AA003CCABD}.

Example

Var iid As MemoryBlock
iid = COM.IIDFromString( "{21D6D48E-A88B-11D0-83DD-00AA003CCABD}" )

MessageBox COM.StringFromIID( iid )