Category: DOS kernel

INT 21 - Windows95 - LONG FILENAME - GET FILE INFO BY HANDLE

	AX = 71A6h
	BX = file handle
	DS:DX -> buffer for file information (see #01784)
	CF set
Return: CF clear if successful
	    file information record filled
	CF set on error
	    AX = error code
		7100h if function not supported
SeeAlso: AX=71A7h/BL=00h