getdta() Get Disk Transfer Address
#include <dos.h>
char far *getdta(void);
getdta() returns the current setting of the disk transfer address
(DTA). In the small and medium memory models, it is assumed that the
segment is the current data segment. In the compact, large or huge
memory models, the address returned by getdta() is the correct
hardware address and may be located outside the program.
Returns: A pointer to the current disk transfer address.
Notes: Beware that in small and medium memory models, assembly
routines may set the disk transfer address to any
hardware address.
Seealso:
This page last updated on Fri Nov 30 10:48:32 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster