Category: DESQview/TopView and Quarterdeck programs

INT 15 - TopView - SEND MESSAGE - "DIR" - GET PANEL FILE DIRECTORY

	AH = 12h
	BX = 0300h
	STACK: DWORD handle of panel object (see #00436)
Return: STACK: DWORD length of directory (always multiple of 14 bytes)
	       DWORD address of directory
Note:	a null string is returned if the object is not open
SeeAlso: AH=12h/BX=0400h"APPLY",AH=12h/BH=83h