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