.. hook:: H_LOAD_UIDS :arg closure value: mixed (string objectname) Mandatory hooks to determine the uid and euid of loaded or cloned objects. Hook settings can be any closure. When an object is newly loaded, the :hook:`H_LOAD_UIDS` hook is called with the object name as argument. The new object already exists, but has 0 uids. .. todo:: better markup structures to replace the literal blocks in this document For the result, the following possibilities exist ( is a non-zero number, is anything but a string):: "" -> uid = "", euid = "" ({ "", "" }) -> uid = "", euid = "" ({ "", }) -> uid = "", euid = 0 If strict-euids is not active, the following results are possible, too:: -> uid = 0, euid = 0 ({ , "" }) -> uid = 0, euid = "" ({ , }) -> uid = 0, euid = 0 .. history .. seealso:: :overview:`hook`, :concept:`uids`, :hook:`clone_uids`