UltraLite ActiveX User's Guide
UltraLite ActiveX API Reference
ULConnection class
UUIDToString( buffer_16_bytes ) As String
Member of UltraliteActiveX.ULConnection
Expects a VarPtr to a buffer of 16 bytes. Converts this buffer to a string in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. The buffer must be declared (1 to 16) As Byte (that is, an array of 16 bytes). Visual Basic is unable to check the bounds for this buffer so if it is not big enough, the application could overwrite memory.
buffer_16_bytes An array of 16 bytes containing a UUID.
Each call returns a string of the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx