7802H (INT 2AH) Get User ID and Logon Status

7802H (INT 2AH) Get User ID and Logon Status

This API provides the user ID and logon status information for the current user of the DLS program. ┌───────────────┬──────────────────────────────────────────────────────────────┐
│ ON │ REGISTER │
│ ENTRY │ CONTENTS │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ AX │ 7802H │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ ES:DI │ Address of 8 byte buffer │
└───────────────┴──────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ ON │ REGISTER │
│ RETURN │ CONTENTS │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ AL │ "Zero ; No user logged on" │
│ │ "Non-zero ; User logged on" │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ ES:DI │ Buffer contains user ID, ASCII, padded with blanks. │
└───────────────┴──────────────────────────────────────────────────────────────┘


[Back: 060xH (INT 2AH) Network Print Stream Control]
[Next: B800H (INT 2FH) DLS Installation Check]