INT 2F CU - Novell DOS 7+ FDOS EXTENSIONS - CHANGE PASSWORD ENTRY AX = 1021h CL > 05h ??? BX -> matching directory entry??? AL = directory attributes??? Return: ??? CF set on error (password change not allowed) Notes: This private function is called internally by the OS kernel to an optional SECURITY TSR(Terminate and Stay Resident) A program which remains in memory after terminating in order to provide services to other programs or the user. The name comes from the name of the DOS function call used to remain in memory after termination.. By using the INT 2F/AX=1001h FDOS hook, it can be intercepted by external system components such as Multiuser SECURITY, bundled with DR DOS "Panther" Beta 1. This function must under no circumstances be called by applications! SeeAlso: INT 2F/AX=1001h,AX=1020h,AX=1022h,AX=10FEh