Int 67H [EMS 4.0] Function 53H (83) Subfunction 00H Get handle name

Returns the 8-character name assigned to a handle.

Call with:

AH = 53H

AL = 00H

DX = EMM handle

ES:DI = segment:offset of 8-byte buffer

Returns:

If function successful

AH = 00H

and name for handle in specified buffer

If function unsuccessful

AH = error code

Note:

A handle's name is initialized to 8 zero bytes when it is allocated or deallocated. Another name may be assigned to an active handle with Int 67H Function 53H Subfunction 01H. The bytes in a handle name need not be ASCII characters.