Creates a globally unique identifier.
function CreateGUID(out Guid: TGUID): HResult; stdcall;
__stdcall HRESULT CreateGUID(TGUID Guid);
SysUtils
CreateGUID sets Guid to a new-created Globally Unique Identifier.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|