Int 67H [EMS 4.0] Function 52H (82) Subfunction 00H Get handle attribute

Returns the attribute (volatile or nonvolatile) associated with the specified handle. A nonvolatile memory handle and the contents of the expanded memory pages that are allocated to it are maintained across a warm boot operation (system restart using Ctrl-Alt-Del).

Call with:

AH = 52H

AL = 00H

DX = EMM handle

Returns:

If function successful

AH = 00H

AL = attribute

0 = volatile

1 = nonvolatile

If function unsuccessful

AH = error code