Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== RTI_CreateGUID Function ====== ==== Description ==== This function will create a guaranteed unique identifier. ==== Syntax ==== retval = RTI_CreateGUID() ==== Returns ==== A unique identifier. ==== Remarks ==== The RTI_CreateGUID function is a front-end for the CoCreateGuid API call in the OLE32.dll. [[http://msdn.microsoft.com/en-us/library/ms886229.aspx|MSDN Link]]. ==== Example ==== <code> * The following example will create 3 unique identifiers. Declare function RTI_CreateGUID id1 = RTI_CreateGUID() id2 = RTI_CreateGUID() id3 = RTI_CreateGUID() </code> guides/programming/programmers_reference_manual/rti_createguid.txt Last modified: 2024/06/19 20:20by 127.0.0.1