; Header File ; Created 02/08/2004; 18:28:00 ;attention il ne faut pas dépasser $3F pour le type de utsr ;sinon, ça fait foirer la désinstallation UTSR_NULL equ $0000 UTSR_AUTOINT_1 equ $0601 UTSR_AUTOINT_2 equ $0602 UTSR_AUTOINT_3 equ $0603 UTSR_AUTOINT_4 equ $0604 UTSR_AUTOINT_5 equ $0605 UTSR_AUTOINT_6 equ $0606 UTSR_AUTOINT_7 equ $0607 UTSR_TRAP_0 equ $0610 UTSR_TRAP_1 equ $0611 UTSR_TRAP_2 equ $0612 UTSR_TRAP_3 equ $0613 UTSR_TRAP_4 equ $0614 UTSR_TRAP_5 equ $0615 UTSR_TRAP_6 equ $0616 UTSR_TRAP_7 equ $0617 UTSR_TRAP_8 equ $0618 UTSR_TRAP_9 equ $0619 UTSR_TRAP_10 equ $061A UTSR_TRAP_11 equ $061B UTSR_TRAP_12 equ $061C UTSR_TRAP_13 equ $061D UTSR_TRAP_14 equ $061E UTSR_TRAP_15 equ $061F UTSR_EV_HOOK equ $0620 ;aucun autre identifier ne doit être inférieur à UTSR_EV_HOOK ;becoze ils ont pas besoin de TSR superviseur UTSR_EMPTY equ $0631 UTSR_UNKNOWN equ $0E30 UTSR_TSRLIB equ $0E32 UTSR_IMPORT equ $0633 UTSR_EXPORT equ $0634 UTSR_pFRAME equ $0E35 UTSR_AUTHORIZE_TWINS equ 1 UTSR_AUTHORIZE_SL equ 2 UTSR_AUTHORIZE_DLG equ 4 UTSR_ERRORS_ONLY equ 8 UTSR_AUTHORIZE_TWINS_BIT equ 0 UTSR_AUTHORIZE_SL_BIT equ 1 UTSR_AUTHORIZE_DLG_BIT equ 2 UTSR_ERRORS_ONLY_BIT equ 3