setdta() Set Disk Transfer Address #include <dos.h> void setdta(dta); char far *dta; New disk transfer address setdta() changes the current setting of DTA to the value pointed to by 'dta'. Returns: There is no return value. Seealso: