SYNOPSIS #include set_driver_hook(H_CLONE_UIDS, value) being: mixed (object blueprint, string objectname) DESCRIPTION Mandatory hooks to determine the uid and euid of cloned objects. Hook settings can be any closure. When an object is cloned, the H_CLONE_UIDS hook is called with the blueprint object as the first argument and the clone's designated name as the second. The new object already exists, but has 0 uids. 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 SEE ALSO hooks(C), uids(C), load_uids(H), lwobject_uids(H)