guides:programming:programmers_reference_manual:rti_createguid

RTI_CreateGUID Function

This function will create a guaranteed unique identifier.

retval = RTI_CreateGUID()

A unique identifier.

The RTI_CreateGUID function is a front-end for the CoCreateGuid API call in the OLE32.dll. MSDN Link.

* The following example will create 3 unique identifiers.

Declare function RTI_CreateGUID

id1 = RTI_CreateGUID()

id2 = RTI_CreateGUID()

id3 = RTI_CreateGUID()
  • guides/programming/programmers_reference_manual/rti_createguid.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1