[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Callback prototype to create GUIDs
Source position: sysutilh.inc line 249
type TCreateGUIDFunc = function( |
out GUID: TGuid |
):Integer; |
TCreateGUIDFunc is the prototype for a GUID creation handler. On return, the GUID argument should contain a new (unique) GUID. The return value of the function should be zero for success, nonzero for failure.
|
Callback to create GUID values |